HLASM Language Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


&SYSOPT_RENT System Variable Symbol

HLASM Language Reference
SC26-4940-06

Use &SYSOPT_RENT to determine if the RENT assembler option was specified for the assembly of your source module. The RENT option instructs the assembler to check for possible coding violations of program reenterability. &SYSOPT_RENT is a Boolean system variable symbol, and has a global scope.

If the RENT assembler option was specified, &SYSOPT_RENT is assigned a value of 1. If the RENT assembler option was not specified, &SYSOPT_RENT is assigned a value of 0.

For more information about the RENT assembler option, see the section "RENT" in the HLASM Programmer's Guide.
Notes:
  1. The value of the type attribute of &SYSOPT_RENT (T'&SYSOPT_RENT) is always N.
  2. The value of the count attribute (K'&SYSOPT_RENT) is always 1.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014