&SYSOPT_OPTABLE System Variable Symbol

Use &SYSOPT_OPTABLE to determine the value that was specified for the OPTABLE assembler option. &SYSOPT_OPTABLE has a global scope.

The value that was specified for the OPTABLE assembler option indicates which operation code table the assembler has loaded, and is using.

For more information about the OPTABLE assembler option, see the section "OPTABLE" in the HLASM Programmer's Guide).

Notes:
  1. The value of the type attribute of &SYSOPT_OPTABLE (T'&SYSOPT_OPTABLE) is always U.
  2. The value of the count attribute (K'&SYSOPT_OPTABLE) is the number of characters assigned.

[ Top of Page | Previous Page | Next Page | Contents | Index ]