5 pts.
 How to break text under EMAIL body received from Iseries Infoprint PDF mapping program
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

Answer Wiki:
I'm not familiar with Infoprint, but I had a similar task recently and embedded CR & LF characters (X'0D25) in the message body.
Last Wiki Answer Submitted:  November 23, 2010  12:29 am  by  Stiloabarthian   175 pts.
All Answer Wiki Contributors:  Stiloabarthian   175 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I’m not familiar with Infoprint, but I had a similar task recently and embedded CR & LF characters (X’0D25) in the message body.

 175 pts.

 

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.

 5,525 pts.