Defining centralized and non-centralized scripts

A job can use two kinds of scripts, centralized or non-centralized. A centralized script is a script that resides in IBM Z Workload Scheduler and that is downloaded to the fault-tolerant workstation every time the job is submitted.

A non-centralized script is a script that resides on the fault-tolerant workstation.

Centralized scripts are defined in both the controller job library (EQQJBLIB DD statement, also called JOBLIB) and in the controller script library (EQQSCLIB DD statement, also called SCRPTLIB). Non-centralized scripts are defined only in the SCRPTLIB.

Note: If you have jobs dispatched to Tivoli® Dynamic Workload Broker through standard agents, these jobs cannot use centralized scripts.

Because both centralized and non-centralized scripts have definition entries in the SCRPTLIB, avoid the risk of overlapping definitions by using different naming conventions to identify these types of scripts.