Previous Topic

Next Topic

Book Contents

Book Index

Order of Precedence for Multiple Value Assignments

If a particular AutoEdit variable can receive a value from more than one source, an order of precedence is necessary to determine which of the possible values is assigned.

The following chart indicates the order of precedence. The chart works as follows:

When many sources of value assignments are available for a variable, use the chart below to compare those sources one pair at a time, as follows:

Note: JCL SET can apply to an actual AutoEdit SET statement in the JCL or to AutoEdit SET statements embedded within an INCLIB member referenced in the JCL. LIBSYM represents a member specified in an earlier statement; LIBSYM2 represents a different member specified in a later statement. The same applies to GLOBAL and GLOBAL2 respectively.

If there are multiple value assignments for the same variable in the one member, the last assignment in that member is used for the above calculation.

Parent Topic

Rules of Variable Resolution