Previous Topic

Next Topic

Book Contents

Book Index

Rules of Variable Resolution

By default, columns 1 through 72 of JCL lines are searched for variables which are then analyzed and resolved. If column 72 contains an asterisk (*), the active range for resolution is columns 1 through 71 (to support continuation lines).

Multiple AutoEdit variables (and constants) can be joined together into a complex term. When a term contains multiple variables, those variables are resolved from right to left.

The methods of joining multiple variables together are described below.

Note: To separate a constant (JCL) from a variable (%%MODE) by a period, specifying the period is sufficient. For example: CTM.%%MODE.JCL would resolve to CTM.PROD.JCL.

Parent Topic

JCL and AutoEdit Facility