Communicator 3000 MPE/iX Release 6.0 (Platform Software Release C.60.00) (30216-90269)

Chapter 3 45
System Management
User-Defined Job Queues and ALTJOB HIPRI Enhancements
[;INPRI=inputpriority
;HIPRI ][;RESTART]
[;OUTCLASS= [ [device] [,[outputpriority][,numcopies]]]]
[;TERM={termtype}] [;PRIVATE] [;SPSAVE] [;JOBQ= qname]
JOB command now accepts a new parameter ;JOBQ=. Users can specify
the job queue name into which a particular job should log on. If a job
queue is specified in the STREAM command then it overrides the name
specified in the JOB command. If no queue name is specified default
system job queue is used.
Parameters:
qname is the name of the queue into which the job should log on.
Example:
:JOB foo,manager.sys;JOBQ=myjobq
ALTJOB
Syntax:
ALTJOB [JOB=] {#Jnnn
#Snnn}
[ ;INPRI=inputpriority |
;HIPRI] [ ;OUTDEV={ldev
devclass}]
[;JOBQ=qname]
ALTJOB alters the attributes of waiting or scheduling jobs. ALTJOB now
accepts a new parameter ;JOBQ=. Jobs waiting or executing in a queue
can moved to other queues. ;HIPRI is used to change the priority of the
job as HIPRI. This option can be used to override the job limit. SM or
OP capability is required for both JOBQ= and ;HIPRI.
When an executing job is moved, the limit of the target queue is ignored
and the job continues to execute in the new queue. A waiting job
continues to wait in the new queue if the queue has already reached its
limit.
Parameters:
qname is the name of the job queue into which the job is to be moved.
hipri is the name of the option to change the priority of a job.
Example:
:ALTJOB #j324;JOBQ=mjq
STREAM
Syntax:
STREAM [filename][,char]
[;AT = timespec][;DAY = {day-of-week
day-of-month
days-until-month}]
[;DATE = datespec]
[;IN = [days[,[hours][,minutes]]]]
[;JOBQ = qname]