Support for system symbols

You can specify system symbols in VATLSTxx. However, be aware that the fields in VATLSTxx are column-dependent (except for the VATDEF statement). The resolved substitution texts for the system symbols must conform to the rules described in Statements/parameters for VATLSTxx.

The following rules apply when you use system symbols in VATLSTxx:
Let us assume we have an IEASYMxx member with the following definitions:
With these assumptions, each of the examples that follow will resolve to a volume serial number of PAGE%%:
Using the same assumptions for the IEASYMxx member, the following VATLSTxx entry would be invalid:
     &SYMB1GE%% ,0,0,3390...     

Instead of appending "GE%%" to the end of &SYMB1, the system would look for a system variable &SYMB1GE, which does not exist in our example.

For information about how to use system symbols in shared parmlib members that require unique values, see Sharing parmlib definitions.