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


&SYSVER System Variable Symbol

HLASM Language Reference
SC26-4940-06

Use &SYSVER to obtain the version, release, and modification level of the assembler being used to assemble your source module. &SYSVER has a global scope. For example, when High Level Assembler 6 is used, &SYSVER has the value “1.6.0”.
Notes:
  1. The value of the type attribute of &SYSVER (T'&SYSVER) is always U.
  2. The value of the count attribute (K'&SYSVER) is the number of characters assigned. In the example where the value of &SYSVER is “1.6.0”, the count attribute of &SYSVER is 5.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014