VAR01 to VAR09
VAR01 to VAR09 are the corresponding Selection keywords for the functional keywords (User defined variables) SET_VAR01 to SET_VAR09 respectively.
Syntax
VAR%%=(xxxxxxxxxxxxxx,op)
Where:
- %%
- can be from 01 to 09.
- xxxxxxxxxxxxxx
- can be Alphanumeric with Maximum length of 14 and Minimum length of 1.
Note:
- *,% acts as wildcard characters as usual, during comparison.(VAR01=TEST*)
- VAR01=(STEP1) is same as VAR01=STEP1
Environments
ACS, ALLOCATE, CATCHECK, EXTEND, STOW, and UNALLOCATE
Related Enhanced Allocation Management function
SET_VAR01 to SET_VAR09
Example
In the following example, the user defined variable is checked against the value “TEST47”
VAR01=TEST47