MPE/iX Commands Reference Manual (32650-90877)

Chapter 13 563
Command List XI
Commands SHOWLOG thru STORE
in the actual equation.)
parm ::=
PAGES: Number of pages in spool file (if known). Use a positive integer.
The PAGES attribute does not apply to input spool files; therefore, any logical
condition
involving the attribute always returns FALSE when tested against an input spool file.
parm ::=
FORMID: Form name. You may use wildcards. (The
formid
is an ASCII string
up to 8 characters, the first of which must be a letter.)
You may also select files based on a null string by entering FILEDES= "" or FILEDES= ''.
You must include such a construct if you specifically want to select on such an attribute.
Note that "" is not the same as " ". The blank is significant. Also, this attribute does
not apply to input spool files; therefore, any logical
condition
involving the attribute
always returns FALSE when tested against an input spool file.
parm ::=
STATE: READY, ACTIVE, OPEN, CREATE, PRINT, PROBLM, DELPND,
SPSAVE, DEFER, XFER.
parm ::=
JOBNAME: Job or session name under which the spool file was created. The job
name can consist of up to 8 alphanumeric characters, the first of which must be a letter.
For a job input spool file, the JOBNAME shown is allocated to that job, not the job or
session that streamed it.
You may use wildcards.
parm ::=
DISP: Disposition can be SPSAVE or PURGE. See the NOTE accompanying the
PAGES description.
parm ::=
COPIES: Number of copies. Minimum is 1, maximum is 65,535. (The comma in
65,535 is for clarity; do not enter commas in the actual equation.)
parm ::=
PRI: Output priority. Minimum is 0, maximum is 14. See the NOTE
accompanying the PAGES description.
parm ::=
JOBNUM: Job or session number under which the spool file was created, for
example: #S257, #J329, or J
n
(the "#" is optional). 1
n
16,383. (The comma is for
clarity; do not enter any commas in the actual equation.)
For a job input spool file, the JOBNUM shown is allocated to the job, not the job or session
that streamed it.
You may use some wildcards; J@ accepts all jobs, S@ accepts all sessions. J'@ and S'@
are also allowed, The apostrophe (') indicates an imported spool file or a spool file
recovered during START NORECOVERY.
parm ::=
RECS: Number of records in the spool file. A positive integer is expected.
parm ::=
OWNER: The user under which the spool file was created. The format of the
owner
is
user.account
. If the account is not specified, the user's current account is
assumed. You may use wildcards.
For a job input spool file, the OWNER is the user logon for the job, not the job or session
that streamed it.
parm ::=
JOBABORT: Select based on whether this is the $STDLIST of a job that aborted
when an error was encountered when no CONTINUE was in effect.