Previous Topic

Next Topic

Book Contents

Book Index

Controlling the Target Computer by System Affinity

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 SYSAFF

//PDPA0001 JOB (......),BILL,CLASS=A

/*J SYSAFF=%%NAME_OF_COMPUTER_%%$SIGN

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

*

* NAMES OF THE COMPUTERS

*

%%NAME_OF_COMPUTER_1=SYSA

%%NAME_OF_COMPUTER_2=SYSB

%%NAME_OF_COMPUTER_3=TEST

The submitted JCL (for CPU ID 2):

//* %%GLOBAL SYSAFF

//PDPA0001 JOB (......),BILL,CLASS=A

/*J SYSAFF=SYSB

Parent Topic

Examples for JCL Setup and AutoEdit