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


Replacing built-in commands

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

You also use DEFINE to replace an existing edit command with a macro. This links the command name to an edit macro. For example:
CLIST Statement REXX Statements
 
ISREDIT DEFINE FIND ALIAS MYFIND
ADDRESS ISPEXEC
'ISREDIT DEFINE FIND ALIAS MYFIND'
To use the built-in edit command, precede the command with BUILTIN. For example, to process the built-in FIND command, include this statement:
  REXX Statements
 
ISREDIT BUILTIN FIND …
ADDRESS ISPEXEC
'ISREDIT BUILTIN FIND …'
The ellipses (…) represent other FIND command operands such as the search string.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014