OPTIONS

Returns a list of all IDF options and their current settings.

Read syntax diagramSkip visual syntax diagramEXTractOPTions

REXX variables set

OPTION
List of options and their current settings
The contents of variable OPTION have the following format:
CMDLOG=0 COMMAND=0 … and so on
A value of 1 indicates that the option was last set ON; a value of 0 indicates that the option is OFF. For a list of the options which are returned, see SET OPTION. For information about the meaning of the options, see Invoking IDF to debug your program.

The string "AMODE31=0" or "AMODE31=1" is included in the data returned by EXTRACT OPTIONS. This provides a means for macros to determine the current addressing mode.