SYSAFF Parameter
SYSAFF Parameter Example
Scenario1 -
Code -
----+----1----+----2----+----3----+----4----+----5----+
//MTHEXMP1 JOB (META007),'PAWAN Y',SYSAFF=(MTH1,MTH2)
Explaining Example -
The systems represented by member names MTH1 and MTH2 are eligible for processing the job.
Scenario2 -
Code -
----+----1----+----2----+----3----+----4----+----5----+
//MTHEXMP2 JOB (META007),'PAWAN Y',SYSAFF=(MTH1,*,MTH2)
Explaining Example -
The systems represented by member names MTH1, MTH2 and the system that submitted the job is eligible for processing the job.
Scenario3 -
Code -
----+----1----+----2----+----3----+----4----+----5----+
//MTHEXMP3 JOB (META007),'PAWAN Y',SYSAFF=(-MTH1,*,MTH2)
Explaining Example -
The systems represented by member names MTH1 and MTH2 and the system that submitted the job are not eligible for processing the job.
Scenario4 -
Code -
----+----1----+----2----+----3----+----4----+----5----+
//MTHEXMP4 JOB (META007),'PAWAN Y',SYSAFF=ANY
Explaining Example -
Any JES2 member or JES3 system that satisfies the job's requirements are eligible to process the job.