× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Rich,

The way I'm reading your message... it sounds like you already know how to pass a message to SNDEMAIL. You need to know how to read a PF from RPG or CL and use it's contents to build a string containing a message? Is that correct?

Seems to me that it's just a matter of doing something like:

msg = msg + 'job: ' + %char(jobno) + CRLF
+ 'total record: ' + %char(totrcd) + CRLF
+ 'account number: ' + %char(acctnum) + CRLF;

etc, etc. I can't be more precise than that, because I don't know enough about your environment. But surely you already know how to read a file? So building a string is just a matter of concatenation.

Or did I miss the question entirely?


On 5/13/2010 1:44 PM, Rich_Weislak@xxxxxxxxx wrote:
All, I'm using the SNDEMAIL command, I need to create either a CL or rpg
program that will read a database file and created one big message field
to be send out, I know it hard to explain but here is a example, with the
message box I need to put in the following:

job: xxxxxxx
Total record: xxxxxxxx
Accout number: xxxxxxx

How would I do this with a program or a cl program????

Thanks.

Rich Weislak



CONFIDENTIALITY NOTICE: This message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.