NetBatch Manual

Attributes
NetBatch Manual522460-004
7-39
DEFAULT-HIGHPIN Scheduler Attribute
Job BC job number 322 submitted
13} INFO JOB BC, EXECUTOR-PROGRAM
JOB ATTRIBUTES for BC
jobnumber: 322
executor-program: $QAT2.T9190D20.BATCHCOM
DEFAULT-HIGHPIN Scheduler Attribute
The DEFAULT-HIGHPIN scheduler attribute (available in D20 or later versions of the
NetBatch product) specifies the HIGHPIN attribute of a job submitted without that
attribute. For more information, see HIGHPIN Job Attribute on page 7-61.
Consideration
A scheduler adopts the attribute DEFAULT-HIGHPIN OFF by default when cold
started.
Examples
This example shows a job adopting its HIGHPIN attribute from the scheduler’s
DEFAULT-HIGHPIN attribute:
12} INFO SCHEDULER, DEFAULT-HIGHPIN
SCHEDULER ATTRIBUTES
default-highpin: Off
13} SUBMIT JOB DHP-1
Job DHP-1 job number 399 submitted
14} INFO JOB DHP-1, HIGHPIN
JOB ATTRIBUTES for DHP-1
jobnumber: 399
highpin: Off
This example shows a SUBMIT JOB command specifying a job’s HIGHPIN
attribute, thus overriding the scheduler’s DEFAULT-HIGHPIN attribute:
16} INFO SCHEDULER, DEFAULT-HIGHPIN
SCHEDULER ATTRIBUTES
default-highpin: On
17} SUBMIT JOB DHP-2, HIGHPIN OFF
Job DHP-2 job number 400 submitted
18} INFO JOB DHP-2, HIGHPIN
JOB ATTRIBUTES for DHP-2
jobnumber: 400
highpin: Off
D[EFAULT]-H[IGHPIN] { OF[F] | ON }