NetBatch Manual

Commands
NetBatch Manual522460-004
6-106
INFO JOB Command
cpu: 1
EXECUTOR ATTRIBUTES for RISC-2
cpu: 2
EXECUTOR ATTRIBUTES for RISC-3
cpu: 3
This example shows the result of an INFO EXECUTOR command that includes the
OBEY-FORM qualifier. In the example, BATCHCOM sends the command’s output
to an EDIT file.
33} INFO EXECUTOR /OUT NEWEXECS/ *, OBEY-FORM
34} RUN FUP COPY NEWEXECS
ADD EXECUTOR RISC-0, CPU 0, CLASS(INQUIRIES, SALES, SERVICE)
ADD EXECUTOR RISC-1, CPU 1, CLASS(SALES, SERVICE, INQUIRIES)
ADD EXECUTOR RISC-2, CPU 2, CLASS(SERVICE, INQUIRIES, SALES)
ADD EXECUTOR RISC-3, CPU 3, CLASS(ACCOUNTS, ADMINISTRATION)
INFO JOB Command
Use the INFO JOB command to list the attributes of jobs.
file-name
specifies a command output file. The file can be a device, a process, or a disk file.
For a disk file, BATCHCOM appends output if the file exists, but creates an EDIT
file if the file does not exist. If you specify / OUT / (that is, omit file-name),
BATCHCOM suppresses output.
job-ID
specifies a job name or number, or a range of job names. To specify a range of job
names, use the asterisk (*) and question mark (?) wild-card characters. An asterisk
on its own specifies all jobs.
NOT
excludes jobs that satisfy the specified job-selection criterion.
filter
specifies one of these job-selection criteria (see STATUS JOB Command on
page 6-165):
A[TTACHMENT]-S[ET
[ ( user-ID ) ] attachment-set-ID
#CURRENT ]
CL[ASS] class-ID
IN file-ID
I[NFO] [ JOB ] [ / OU[T] [ file-name ] / ]
{ job-ID }
{ ( [ [NOT] job-ID ,]… [NOT] filter [ , [NOT] filter ]…)}
[ , attribute ]… [ , OW[NER] ] [ , O[BEY]-[FORM] ]