NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-42
DEFAULT-OUT Scheduler Attribute
Examples
•
This example shows a job adopting its MAXPRINTLINES and MAXPRINTPAGES
attributes from the scheduler’s DEFAULT-MAXPRINTLINES and DEFAULT-
MAXPRINTPAGES attributes:
15} INFO SCHEDULER, DEFAULT-MAXPRINTLINES, DEFAULT-
MAXPRINTPAGES
SCHEDULER ATTRIBUTES
default-maxprintlines: 1200
default-maxprintpages: None
16} SUBMIT JOB MPP-1
Job MPP-1 job number 274 submitted
17} INFO JOB MPP-1, MAXPRINTLINES, MAXPRINTPAGES
JOB ATTRIBUTES for MPP-1
jobnumber: 274
maxprintlines: 1200
maxprintpages: None
•
This example shows a SUBMIT JOB command specifying a job’s
MAXPRINTLINES and MAXPRINTPAGES attributes, thus overriding the
scheduler’s DEFAULT-MAXPRINTLINES and DEFAULT-MAXPRINTPAGES
attributes:
19} INFO SCHEDULER, DEFAULT-MAXPRINTLINES, DEFAULT-
MAXPRINTPAGES
SCHEDULER ATTRIBUTES
default-maxprintlines: None
default-maxprintpages: 20
20} SUBMIT JOB MPP-2, MAXPRINTLINES 1800, MAXPRINTPAGES NONE
Job MPP-2 job number 275 submitted
21} INFO JOB MPP-2, MAXPRINTLINES, MAXPRINTPAGES
JOB ATTRIBUTES for MPP-2
jobnumber: 275
maxprintlines: 1800
maxprintpages: None
DEFAULT-OUT Scheduler Attribute
The DEFAULT-OUT scheduler attribute specifies the output file of a job submitted
without the OUT attribute. For more information, see OUT Job Attribute on page 7-87.
file-name
is the name of an output file. The file can be a device, a process, or a disk file.
Consideration
A scheduler adopts the attribute DEFAULT-OUT $S.#BATCH by default when cold
started.
D[EFAULT]-O[UT] file-name