Jul 1, 2007 #1 jivetrky MIS Joined Jun 16, 2006 Messages 38 Location US Its been awhile since I've worked in REXX. I'm trying to remeber how to add a message line to a dataset when I'm in edit mode. For example ==MSG> MESSAGE GOES HERE ==MSG> MESSAGE CONTINUES ETC ETC 00001 00002 00003 Anyones help would be appreciated.
Its been awhile since I've worked in REXX. I'm trying to remeber how to add a message line to a dataset when I'm in edit mode. For example ==MSG> MESSAGE GOES HERE ==MSG> MESSAGE CONTINUES ETC ETC 00001 00002 00003 Anyones help would be appreciated.
Jul 2, 2007 #2 RxUsr Programmer Joined Nov 14, 2006 Messages 56 Location US Here's the syntax to insert a line. ISREDIT LINE_AFTER lptr = [DATALINE] data [INFOLINE] [MSGLINE ] [NOTELINE] Upvote 0 Downvote
Here's the syntax to insert a line. ISREDIT LINE_AFTER lptr = [DATALINE] data [INFOLINE] [MSGLINE ] [NOTELINE]