NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-23
BACKUPCPU Scheduler Attribute
ATTACHMENT-SET ATTRIBUTES
attachments: DEFINE =OUT, CLASS SPOOL, LOC \MELBQAT.$S
DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$SYSTEM.NETBATCH
ASSIGN A, $DATA7.NB.A
ASSIGN B, $BIG1.USERS.B
PARAM DAY THURSDAY
PARAM DATE 18NOV93
2} INFO ATTACHMENT-SET #CURRENT, DETAIL
-^-0345-
E Undefined substitution
3} SUBMIT JOB X, HOLD ON, ATTACHMENT-SET #CURRENT
Attachment-set (SUPER.FPP)50 added
Job X job number 511 submitted
4} INFO JOB X, ATTACHMENT-SET
JOB ATTRIBUTES for X
jobnumber: 511
attachment-set: (SUPER.FPP)50
5} INFO ATTACHMENT-SET 50, DETAIL
ATTACHMENT-SET ATTRIBUTES for (SUPER.FPP)50
security: "UUUU"
temporary: On
attachments: DEFINE =OUT, CLASS SPOOL, LOC \MELBQAT.$S
DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$SYSTEM.NETBATCH
ASSIGN A, $DATA7.NB.A
ASSIGN B, $BIG1.USERS.B
PARAM DAY THURSDAY
PARAM DATE 18NOV93
BACKUPCPU Scheduler Attribute
The BACKUPCPU scheduler attribute specifies the preferred CPUs for a scheduler’s
backup process. The scheduler creates the process initially in response to a START
SCHEDULER command and re-creates it whenever the primary or backup process
stops.
cpu-number-1
is the number of a CPU configured for the scheduler’s node. The scheduler tries to
create its backup process in this CPU, failing which it tries cpu-number-2. If
cpu-number-2 is not specified, the scheduler randomly selects any available
CPU. cpu-number-1 cannot specify the same CPU as cpu-number-2.
cpu-number-2
is the number of a CPU configured for the scheduler’s node. The scheduler tries to
create its backup process in this CPU after trying cpu-number-1. If cpu-
number-2 is not available, the scheduler randomly selects any available CPU.
cpu-number-2 cannot specify the same CPU as cpu-number-1.
B[ACKUPCPU] { cpu-number-1 [ ‚ cpu-number-2 ] | *