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


RMACRO—Set or Query the Recovery Macro

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

The RMACRO macro command sets the name of the recovery macro.

The RMACRO assignment statement sets or retrieves the name of the recovery macro set in this edit session.

See Recovery macros for more information.

Syntax

Read syntax diagramSkip visual syntax diagram
Macro command syntax

>>-ISREDIT--RMACRO--+-name--+----------------------------------><
                    +-!name-+   
                    '-NONE--'   

name
The name of the recovery macro to be run. The name can be preceded by an exclamation point (!) to show that it is a program macro.
NONE
The name to prevent a recovery macro from being run; conversely, a value of NONE is returned when no recovery macro has been specified.
Read syntax diagramSkip visual syntax diagram
Assignment statement syntax

>>-ISREDIT--(varname)-- = --RMACRO-----------------------------><

Read syntax diagramSkip visual syntax diagram
>>-ISREDIT--RMACRO--+-name-+-----------------------------------><
                    '-NONE-'   

varname
The name of a variable to contain the name of the recovery macro.
name
Same as macro command syntax.
NONE
Same as macro command syntax.

Return codes

0
Normal completion
12
Invalid name specified
20
Severe error

Examples

To set the RMACRO name from the variable &RMAC:
ISREDIT RMACRO = &RMAC

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014