Previous Topic: Sample JCLNext Topic: z/OS Assemble and Link-Edit JCL


Library References in JCL

References are made to the following libraries in z/OS JCL:

zOS.maclib

The data set name of the z/OS macro library

yourHLQ.CAGJMAC

The name of the deployed CA IDMS macro library

yourHLQ.CAGJLOAD

The name of the deployed CA IDMS mixed case load library.

yourHLQ.CAGJLMDU

The name of the deployed CA IDMS uppercase only load library.

This library exists only if you installed and deployed the uppercase only option.

your.custom.srclib

The data set name of the library containing the source modules customized during configuration.

your.custom.loadlib

The data set name of the library containing the load modules customized during configuration.

your.custom.lib

The data set name of the load or object library containing user-written programs, such as exits and built-in functions.

This may be the same library that contains the load modules customized during configuration.

Note: yourHLQ is the high level data set name qualifier that you established during deployment.