HPlogo System Startup, Configuration, and Shutdown Reference Manual > Chapter 7 Modifying Miscellaneous Configuration Elements

Configuring Job-Related Limits

MPE documents

Complete PDF
Table of Contents
Glossary
Index

E0802 Edition 7 ♥
E0201 Edition 6
E0796 Edition 5

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 Minimum and Maximum Values for JOB Command Parameters 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
MAXLIMIT 0 3010
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.




Deleting Global Resource Identification Numbers (RIN)


Displaying Allocated Global RINs