VARn
This optional parameter specifies variable text that can be substituted into the selected skeleton JCL, which allows user-created variables that are associated with the SET statement to be passed to the skeleton JCL.
This parameter can be used to reduce the number of skeleton JCL members that are needed for a particular function. Rather than having one member for each unique specification, the &VAR parameters can be used to set the unique value in the variable, whatever it is, and have it included in the tailoring process.
The &VAR parameters can contain other skeleton variables, for example:
This parameter can be specified in RLST SET statement of any AUTO function.
Syntax | VAR<n>='<textString>' |
---|---|
Default | None. If VARn is not specified, any &VAR variables in the skeleton JCL will not be tailored. |
Variables | The n variable represents a number between 1 and 9. The textString variable represents from 1 to 80 characters. A continuation character can be used as defined in the FLST/RLST conventions. Single quotation marks must be used if spaces exist in textString . |