Previous Topic

Next Topic

Book Contents

Book Index

Controlling the Target Computer by Class

Control-M can dynamically decide to which computer to send a job. The following examples demonstrate the relation between Control-M resource acquisition parameters and local JCL standards implementation.

Note: This example assumes that a $ generic resource was specified in the job scheduling definition. For more information, see "Resource Allocation in Multi-CPU Environments" in Examples for RESOURCE.

//* %%GLOBAL CLASSES

//PDPA0001JOB(.....),BILL,CLASS=%%FAST_CLASS_OF_%%$SIGN

The CLASSES member in the Control-M Global library contains:

*

* DEFINITIONS OF CLASSES IN THE COMPUTERS

*

%%FAST_CLASS_OF_1=A

%%FAST_CLASS_OF_2=D

%%FAST_CLASS_OF_3=K

%%SLOW_CLASS_OF_1=W

.

.

Parent Topic

Examples for JCL Setup and AutoEdit