Configuring Job-Related Limits [ System Startup, Configuration, and Shutdown Reference Manual ] MPE/iX 5.0 Documentation
System Startup, Configuration, and Shutdown Reference Manual
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:
Table 7-1. Minimum and Maximum Values for JOB Command Parameters
-------------------------------------------------------
| | | |
| Parameter | Minimum | Maximum |
| | | |
-------------------------------------------------------
| | | |
| CPUTIME | 0 | 32767 |
| | | |
-------------------------------------------------------
| [REV BEG] | | |
| | | |
| MAXLIMIT | 0 | 2700[REV |
| | | END] |
| | | |
-------------------------------------------------------
| | | |
| POOL | 1 | 200 |
| | | |
-------------------------------------------------------
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.
MPE/iX 5.0 Documentation