Subscripted local SET symbols
- sequence_symbol
- Is a sequence symbol.
- variable_symbol
- Is a variable symbol, with or without the leading ampersand (&).
- dimension
- Is the dimension of the array. It must be an unsigned, decimal, self-defining term greater than zero.
Example:
LCLB &B(10)
There is no limit to SET symbol dimensioning other than storage availability. The limit specified in the explicit (LCLx) or implicit (SETx) declaration can also be exceeded by later SETx statements. The dimension shows the number of SET variables associated with the subscripted SET symbol. The assembler assigns an initial value to every variable in the array thus declared.