&SYSVER System Variable Symbol

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 above example, the count attribute of &SYSVER is 5.

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