NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-22
ATTACHMENT-SET Job Attribute
null value (shown by the “undefined substitution” message). The set’s attributes
come from the working-attributes set.
67} CHANGEUSER SUPER.FPP psswrd
67} SHOW ATTACHMENT-SET
ATTACHMENT-SET ATTRIBUTES
security: "NNNN"
temporary: Off
attachments: DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$A.B
ASSIGN P, Q
PARAM X Y
68} INFO ATTACHMENT-SET #CURRENT, DETAIL
-^-0345-
E Undefined substitution
69} SUBMIT JOB TEST, HOLD ON, ATTACHMENT-SET #CURRENT
Attachment-set (SUPER.FPP)5 added
Job TEST job number 15 submitted
70} INFO JOB 15, ATTACHMENT-SET
JOB ATTRIBUTES for TEST
jobnumber: 15
attachment-set: (SUPER.FPP)5
71} INFO ATTACHMENT-SET 5, DETAIL
ATTACHMENT-SET ATTRIBUTES for (SUPER.FPP)5
security: "NNNN"
temporary: Off
attachments: DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$A.B
ASSIGN P, Q
PARAM X Y
•
This example first shows the propagation of ASSIGNs, DEFINEs, and PARAMs
from the TACL working-attributes set to that of BATCHCOM. The example then
shows the #CURRENT variable causing the automatic creation of a job’s
attachment set. The ASSIGNs, DEFINEs, and PARAMs in this newly created set
are those from BATCHCOM’s working-attributes set.
> LOGON SUPER.FPP, psswrd
> ASSIGN
A
Physical file: $DATA7.NB.A
B
Physical file: $BIG1.USERS.B
> INFO DEFINE **
Define Name =OUT
CLASS SPOOL
LOC \MELBQAT.$S
Define Name =_DEFAULTS
CLASS DEFAULTS
VOLUME $SYSTEM.NETBATCH
> PARAM
DAY .THURSDAY.
DATE .18NOV93.
> BATCHCOM $ZBAT
1} SHOW ATTACHMENT-SET