MPE/iX Commands Reference Manual (32650-90877)

332 Chapter9
Command List VII
Commands MOUNT thru OUTFENCE
command.
Examples
To create a new group named GROUP1 (on the system volume set), which will be assigned
all default capabilities, enter:
NEWGROUP GROUP1
To create a new group named G2 in the account GRIMSBY (on the system volume set) and
give it process handling (PH) and multiple RINs (MR) capabilities, enter:
NEWGROUP G2.GRIMSBY; CAP=PH,MR
To create the group LEELA on the nonsystem volume set TIME_LORD, you must use two
parallel commands, as follows:
NEWGROUP LEELA;CAP=IA,BA,PH;HOMEVS=TIME_LORD
NEWGROUP LEELA;ONVS=TIME_LORD
The first command creates the group on the system volume set, but also informs the
system that the files are to reside on another volume set that will be the home volume set
for the files.
The second command builds the group on the volume set TIME_LORD.
Related Information
Commands NEWACCT, NEWUSER, NEWDIR, LISTGROUP, ALTGROUP
Manuals Performing System Management Tasks
NEWJOBQ
The NEWJOBQ command creates a new job queue.
Syntax
NEWJOBQ qname [;limit=n]
Parameters
qname
Name of the queue to be created. If a queue of this name already exists, an
error is indicated.
limit
Maximum number of jobs that can be allowed in this queue. The limit
value can be changed using the :
limit [+-]n;jobq= command
. If omitted,
a value of zero is assumed.
Operation Notes
Limit is the only queue controlling property. The jobs in the queue are sorted by their
INPRI. In case of a tie for INPRI, jobs are sorted by their INTRO time.
The global limit takes precedence over individual queue limits. That is, even if a jobqueue
has a slot available, if the overall limit has been reached, jobs have to wait till one of the
jobs finish or the global limit is increased. When a global slot becomes available, the next
job is picked from among the eligible jobqueues (those which haven't yet reached their