Re: DW Processing Options

Joanna_Shi

Member
Re: DW Processing Options

Not that I know of. But the email address is not case-sensitive, is it?


Joanna Shi
Wabash National
MIS (765) 772-2209




"Severson, Wayne"
<wayne.severson@gr To: "'[email protected]'"
ote.com> <[email protected]>
Sent by: cc:
owner-jdeworldml@j Subject: DW Processing Options
delist.com


06/21/2001 10:30
AM
Please respond to
jdeworld






I need to use lower case in a DW processing option to specify an e-mail
address. Is this possible?


Wayne A. Severson
Programmer Analyst/AS-400 Technical Specialist
Grote Industries, LLC.
2600 Lanier Drive
Madison, IN 47250
Tel: (812) 265-8457
Fax: (812)273-8658
E-mail: [email protected]
 
RE: DW Processing Options

You are correct.I found from my network gurus that the software I am using
to e-mail AS/400 spoolfiles was not running at the time I tried my test. It
is now, problem solved.
Thanks for the response.

Wayne A. Severson
Programmer Analyst/AS-400 Technical Specialist
Grote Industries, LLC.
2600 Lanier Drive
Madison, IN 47250
Tel: (812) 265-8457
Fax: (812)273-8658
E-mail: [email protected]
 
RE: DW Processing Options

Email addresses are not case sensitive, so this should not cause you a
problem.
One suggestion - create 2 separate input fields for the user/domain and join
them together as user@domain in the CL program, otherwise you might find a
25 character input on DW is not adequate for some email addresses.
Can send you the code for the concatenation if you need it.
----------------------------------------------------------
Tony Payne - Senior Systems Analyst
United Musical Instruments USA Inc.
1000 Industrial Parkway
Elkhart, Indiana 46516
Tel: (219) 295 0079 ext. 2337
Fax: (219) 295 8613
Email: [email protected]
(Running JDE A73 cum 10 on V4R3M0)
 
RE: DW Processing Options

Try
XLATE uppercase to lower case


I*
I 'ABCDEFGHIJKLMNOPQRST-C UP
I 'UVWXYZ'
I 'abcdefghijklmnopqrst-C LO
I 'uvwxyz'
I*

C
 
RE: DW Processing Options

Just curious, what software are you using to e-mail AS/400 spoolfiles? I
have a client with a similar need.

Thanks,

Jim Filipek
Solution Managers International, Inc.
"A Technology Planning and Management Company"

91 Clinton Road, Ste 1A Fairfield, New Jersey 07004
Office: 973.244.0555 ext 42 Office Fax: 973.244.0855
mailto:[email protected]
Visit us at http://www.solutionmanagers.com/
 
Re: DW Processing Options

Dream Writer Processing Options are stored in F9831. They are in a 25
Alpha field. Looking through the ones we have, I did not see any in
lower case.

We keep all of our emails in the Address books Who's Who under Surname
(F0111) - which is also 25 Alpha (and when I do a RQ on the file - I see
them in lowercase).

Hope this helps,

Kristian Bryant
 
RE: DW Processing Options

It is called PDFing(www.pdfing.com). It converts spoolfiles to pdf files.
It works by creating an outq on the AS/400 linked to a PC or in my case a
network server running the program via TCP. When you send a spoolfile to the
que it converts and routes it to the embedded e-mail address or network
path. The web page is very informative. It is available to be used for free
unregistered and without support. A registered supported copy is $400.00.
The main drawback to the unregistered copy is a banner that appears on every
page stating as such.

What I am doing in an clp is using one of the commands SNDPDFSPLF which
allow you to route to different e-mail addresses. I create individual
versions of the report and route to the recipient's mailbox or network
reports folder for web publishing.

I haven't been using this for very long but so far it has met the current
need and it is very easy to setup and begin using.
 
RE: DW Processing Options

Not sure if the question of which software we use to email from our AS/400
was in response to my earlier posting but here's how we do it:

We have setup our system to tie in with our Lotus Notes email gateway. We
have only enabled it to send an email to internal users based on their
login ID - which is tied in Notes to their email ID. It then emails the
spooled file to them as a text attachment. (There is more to it than that
- but that's the jist of it).

It works nicely, provided people do not try sending themselves 2000 page
joblogs, and resend it 20 times because there's a delay.

Kristian
 
RE: DW Processing Options

We are using a software called WINSPOOL... try www.rjssoft.com
Rgds

Que tenga un buen día! / Have a nice day!
Martin Loeb
Nidera S.A.
|-------------------------+-------------------------+-------------------------|
| | Jim Filipek | |
| | <JFilipek@solutionmana|         To: |
| | gers.com> | "'[email protected]|
| | | '" |
| | 21/06/2001 03:26 p.m. | <[email protected]>|
| | Please respond to | , |
| | jdeworld | [email protected]|
| | |         cc: |
| | | (bcc: Martin |
| | | Loeb/NIDERA) |
| | |         Subject: |
| | | RE: DW Processing |
| | | Options |
|-------------------------+-------------------------+-------------------------|







Just curious, what software are you using to e-mail AS/400 spoolfiles? I
have a client with a similar need.

Thanks,

Jim Filipek
Solution Managers International, Inc.
"A Technology Planning and Management Company"

91 Clinton Road, Ste 1A  Fairfield, New Jersey 07004
Office: 973.244.0555 ext 42  Office Fax: 973.244.0855
mailto:[email protected]
Visit us at http://www.solutionmanagers.com/
 
Back
Top