MPE/iX Commands Reference Manual (32650-90877)

Chapter 7 235
Command List V
Commands HEADOFF thru LISTF
the default priority for all programs executed within the session. BS is the
highest priority, ES is the lowest. If you specify a priority that exceeds the
highest priority permitted for your account or user name by the system,
MPE/iX assigns the highest priority possible below BS. DS and ES are
intended primarily for batch jobs; their use for sessions is generally
discouraged. For information on the guidelines for these priority queues,
refer to the TUNE command. Default is CS.
CAUTION
Use care in assigning the BS queue. Processes in this priority class can lock
out other processes.
inputpriority
or HIPRI Determines the input priority of the job. The
inputpriority
option is the relative input priority used in checking against access
restrictions imposed by the jobfence. The
inputpriority
option takes
effect at logon time and must be from 1 (lowest priority) to 13 (highest
priority). If you supply a value less than or equal to the current jobfence
set by the system operator, the session is denied access. Default is 8.
When logging on, the HIPRI option is used to either override the system
jobfence or to override the session limit. When using the HIPRI option to
override the jobfence, the system first checks to see if you have system
manager (SM) or system operator (OP) capability. If you have either of
these capabilities, you are logged on and your INPRI defaults to the
system's jobfence and execution limit. If you do not have either of these
capabilities, the system attempts to log you on using INPRI=13 and
succeeds if the jobfence is 12 or less, and if the session limit is not
exceeded. Only users with SM or OP capability can use the HIPRI option to
override the session limit to log on. Use of the HIPRI option without SM or
OP capability causes the following warning to be displayed:
MUST HAVE 'SM' OR 'OP' CAP. TO SPECIFY HIPRI,
MAXIMUM INPRI OF 13 IS USED (CIWARN 1460)
ciinfo
An INFO string to be passed to the command interpreter. For the MPE/iX
CI, it is the first command to be executed by the command interpreter.
This parameter replaces the ( ) COMMAND
LOGON command and approximates its function. The ( ) COMMAND
LOGON command caused the session to terminate after executing the
specified command. In contrast, the
ciinfo
parameter does not terminate
the session unless
ciparm
is set to 1, 3, or 5.
Running the CI as a child process in this way restricts the flexibility of
ciparm
. More flexibility is available by running the CI as a standalone
program.
ciparm
The command interpreter parameter number you wish to use. The MPE/iX
command interpreter accepts the numbers listed below. If you enter any
other value, it is treated as zero (0).
0, 2, 4 Executes logon UDCs and displays the CI banner and the
welcome message. This is the default.