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.
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.