z/OS JES3 Initialization and Tuning Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example

z/OS JES3 Initialization and Tuning Reference
SA32-1005-00

The following example shows how a deadline type is applied to a job. Also shown are the //*MAIN and DEADLINE statements which specify the job deadline and deadline type. The //*MAIN statement indicates that the deadline is 8 a.m. March 21, 1975 and the deadline type is A. The DEADLINE statement defines type A, which causes a job priority to be set to 10 one hour before the job's deadline and causes the priority to be incremented by 1 every 30 minutes until the job is complete.
DEADLINE,A=(10,1H,+1,30M)
//*MAIN DEADLINE=(800,A,032175)

Event
 

Time
 

Priority
 

Job submitted

0400
0700
0730

PRTY=5
Set PRTY=10
Increment+1 to 11

Deadline

0800
0830

Increment+1 to 12
Increment+1 to 13

Job complete

0840

 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014