VARS statement

Specifies default values for substitution variables.

Syntax

Pseudo-JCL VARS syntax

Parameters

label
The step name.
name
The name of a substitution variable.
value
The value of the substitution variable specified for the name parameter. The value must be a string.

Example

//DEFAULTS VARS EZEPID=USER,
// SYSTEM=ZOSCICS

Feedback