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


Using the REXX ADDRESS instruction

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

If you have several edit macro commands within a REXX exec, you can change the command environment to the PDF editor with the instruction ADDRESS ISREDIT. All subsequent commands in the exec are passed directly to the editor. These examples show how you can pass the same edit macro commands using different environments:
Table 1. Passing commands using a different environment
ISPEXEC Environment ISREDIT Environment
ADDRESS ISPEXEC
'ISREDIT BOUNDS = 1,60'
'ISREDIT (WIDTH) = LRECL'
ADDRESS ISREDIT
'BOUNDS = 1,60'
'(WIDTH) = LRECL'
For information on using the REXX ADDRESS instruction, refer to z/OS TSO/E REXX Reference.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014