|
|
| Author |
Message |
sandabis
New User
Joined: 03 Jun 2007 Posts: 7 Location: India
|
|
|
|
Hi All
I am trying to run the following code from a rexx module and a macro. In this code i am trying to make all MSGLINE to DATA line
ADDRESS ISREDIT
"MACRO (OPT)"
"JEM"
"ISREDIT CURSOR = " 1
"MD9999" <-------- getting error as MD is not a ispf command but its a line command
Any suggestion on how to convert MSGLINE --> Dataline in ISREDIT macro? |
|
| Back to top |
|
 |
References
|
Posted: Sat May 10, 2008 11:09 pm Post subject: Re: how to convert MSGLINE to dataline? |
 |
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1897 Location: Israel
|
|
|
|
As far as I know, Make Dataline (MD) is an ISPF Editor line command, but it is not an Edit-Macro command.
O. |
|
| Back to top |
|
 |
Moved: Sun May 11, 2008 9:09 am by ofer71 From CLIST & REXX to TSO/ISPF |
|
|