Previous Topic

Next Topic

Book Contents

Book Index

CTMBLT Example 2

SETVAR=%%A=%%ODAT

SETVAR=%%B=53

Normally, these parameters are defined for the specific job scheduling definition in which they appear (meaning, they are defined as local). To simplify specification of the input parameters for the utility, all job scheduling definition parameters in a table (except the general parameter) can also be defined as Global or Super Global. Global definitions are used as defaults for all jobs in the table. Super Global definitions are used as defaults for all tables within their scope.

If a combination of Global, Super Global, and Local values for a parameter are specified, the order of precedence of the parameter values is as follows: Local, Global and Super Global. The Global and Super Global parameter definitions may or may not be used depending on the following:

Input job scheduling definition parameters are validated in the same manner as in the online environment.

Parent Topic

Examples for CTMBLT