NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-83
MAXPRINTPAGES Job Attribute
value for one of MAXPRINTPAGES and MAXPRINTLINES, and NONE for the
other.
•
For information on spooler jobs, see the manual for the spooler product you are
using.
Example
This example shows the submission of a job whose output file is a spooler location.
The example shows the sources of the job’s MAXPRINTLINES and
MAXPRINTPAGES attributes and the effect the attributes have on the output file.
> BATCHCOM $ZBAT; INFO SCHEDULER, DEFAULT-MAXPRINTLINES,
DEFAULT-MAXPRINTPAGES
SCHEDULER ATTRIBUTES
default-maxprintlines: 1000
default-maxprintpages: None
> BATCHCOM $ZBAT; SUBMIT JOB LINES, OUT $S.#LINES,
MAXPRINTLINES 180
Job LINES job number 255 submitted
> BATCHCOM $ZBAT; INFO JOB LINES, MAXPRINTLINES,
MAXPRINTPAGES
JOB ATTRIBUTES for LINES
jobnumber: 255
maxprintlines: 180
maxprintpages: None
> BATCHCOM $ZBAT; STATUS JOB LINES
JOB STATUS
JOB JOBNAME USERID LOG STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
255 LINES 205,70 7 EXECUTING DEFAULT
> SPOOLCOM
)JOB 7, STATUS DETAIL
JOB: 7
STATE: READY
LOCATION: #LINES .
.
MAXIMUM LINES: 180
MAXIMUM PAGES:
MAXPRINTPAGES Job Attribute
The MAXPRINTPAGES job attribute specifies the maximum number of print pages for
a job output file. The attribute is, in effect, a spooler-job attribute, so it applies only if
the output file is a spooler collector process.
number
is a number in the range 2 through 65534 specifying the maximum number of print
pages.
MAXPRINTP[AGES] { number | NON[E] }