System Startup, Configuration, and Shutdown Reference Manual (32650-90892)

152 Chapter7
Modifying Miscellaneous Configuration Elements
Configuring Job-Related Limits
Configuring Job-Related Limits
The JOB command (abbreviated JO) configures job-related limits and default operating
modes. JOB has the following parameters:
JOB (JO) [CPUTIME =
secondcount
]
[MAXLIMIT =
maximumjoblimit
]
[POOL =
poolsize
]
CPUTIME sets the default CPU time limit for batch jobs.
MAXLIMIT sets the maximum job limit that may be set through the LIMIT command.
POOL is the number of precreated JSMAIN processes ready to be used when someone logs
on.
Table 7-1. shows the minimum and maximum numbers for the JOB command parameters:
To change a job-related parameter value, enter the JOB command and at least one
parameter to change:
misc>JOB CPUTIME=500 ** Using Keyword Parameter **
misc>JOB 5 8 150 ** Using Position Parameters **
In the preceding example, the first command sets the CPU execution time to 500 seconds.
The second command sets the CPU execution time to 5 seconds, the maximum job limit to
8, and the pool size to 150.
Table 7-1. Minimum and Maximum Values for JOB Command Parameters
Parameter Minimum Maximum
CPUTIME
0 32767
MAXLIMIT
0 3010
POOL
1 200