Hi Friends,
We have info print installed on our iseries box. When we are generating PDF files under email using info print server, we can customize the following two messages under email:-
1. Subject line
2. Message/Body text (MSGTEXT) under the mail.
My query is that I need to break the lines under body text field (MSGTEXT). E.g Message under MSGTEXT should be displayed as:-- Welcome, We have received your invoice. Regards, XYZ But this message is currently coming as Welcome, We have received your invoice. Regards, XYZ We are using RPGLE language as PDF MAPPING PROGRAM - XXRPDFMAPZ
Software/Hardware used:
AS400, AS/400
ASKED:
November 22, 2010 8:19 AM
UPDATED:
November 23, 2010 5:03 PM
I’m not familiar with Infoprint, but I had a similar task recently and embedded CR & LF characters (X’0D25) in the message body.
Check the documentation on the command. In some of IBM’s commands they support special character sequences to assist in formatting test. For instance, SNDDST allows /N (new line) and /P (new paragraph) in its long message parm.