SELFNUCX

Returns the current value of the self-load offset.

Read syntax diagramSkip visual syntax diagramEXTractSELFNucx

The self-load offset is set by the SELFNUCX symbol-name option at IDF invocation, or by issuing the SET SELFNUCX command.

REXX variables set

SELFNUCX
Contents are as follows:
  • If the program is not self-loading, variable SELFNUCX is blank.
  • If the self-load offset was specified as a symbol name, the contents of variable SELFNUCX consist of two tokens. The first token is the symbol, and the second is an 8-digit hexadecimal offset.
  • If the self-load offset was specified as an absolute value, the contents of variable SELFNUCX consist of two tokens. The first token is the string "<n/a>", and the second token is an 8-digit hexadecimal offset.