Jul 1, 2007 #1 jivetrky MIS Jun 16, 2006 38 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 Nov 14, 2006 56 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]