z/OS ISPF Edit and Edit Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Parameters

z/OS ISPF Edit and Edit Macros
SC19-3621-00

If you want to supply information to a macro as parameters, you must identify these parameters on the ISREDIT MACRO statement by enclosing them in parentheses. For example, if you have this macro command in an edit macro named FIXIT:
CLIST Statement REXX Statements
 
ISREDIT MACRO (MEMNAM)
ADDRESS ISPEXEC
'ISREDIT MACRO (MEMNAM)'
when you enter:
Command ====> FIXIT ABCD
the value ABCD is assigned to the variable MEMNAM.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014