NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-40
DEFAULT-MAXPRINTLINES Scheduler Attribute
DEFAULT-MAXPRINTLINES Scheduler Attribute
The DEFAULT-MAXPRINTLINES scheduler attribute specifies the maximum number of
output-file print lines of a job submitted without the MAXPRINTLINES attribute. For
more information, see MAXPRINTLINES Job Attribute on page 7-82.
number
is a number in the range 120 through 65534 specifying the maximum number of
print lines.
NONE
specifies no maximum.
Considerations
•
A scheduler adopts the attribute DEFAULT-MAXPRINTLINES NONE by
default
when cold started.
•
To avoid having conflicting DEFAULT-MAXPRINTLINES and DEFAULT-
MAXPRINTPAGES
attributes, do one of:
°
Set the value of each attribute to NONE.
°
Set the value of one attribute to NONE and the value of the other to number.
Examples
•
This example shows a job adopting its MAXPRINTLINES and MAXPRINTPAGES
attributes from the scheduler’s DEFAULT-MAXPRINTLINES and DEFAULT-
MAXPRINTPAGES attributes:
7} INFO SCHEDULER, DEFAULT-MAXPRINTLINES, DEFAULT-
MAXPRINTPAGES
SCHEDULER ATTRIBUTES
default-maxprintlines: None
default-maxprintpages: 25
8} SUBMIT JOB MPL-1
Job MPL-1 job number 272 submitted
9} INFO JOB MPL-1, MAXPRINTLINES, MAXPRINTPAGES
JOB ATTRIBUTES for MPL-1
jobnumber: 272
maxprintlines: None
maxprintpages: 25
•
This example shows a SUBMIT JOB command specifying a job’s
MAXPRINTLINES and MAXPRINTPAGES attributes, thus overriding the
D[EFAULT]-MAXPRINTL[INES] { number | NON[E]