NetBatch Manual
Job Planning, Submission, and Management
NetBatch Manual—522460-004
4-36
Specifying a Job’s ASSIGNs, DEFINEs, and
PARAMs
Making Attachment-Set Inquiries
The INFO ATTACHMENT-SET and STATUS ATTACHMENT-SET commands display
information about attachment sets.
•
INFO ATTACHMENT-SET displays all attributes of an attachment set or sets, or
specified attributes only. For example:
17} INFO ATTACHMENT-SET (FPP.MANAGER)SALES, DETAIL
ATTACHMENT-SET ATTRIBUTES for (FPP.MANAGER)SALES
security: "UUUU"
temporary: Off
attachments: DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$DATA6.SALES
ASSIGN ORDERS, $BIG2.MRKTNG.ORDERS
PARAM PERIOD Q31993
PARAM REGION 8
PARAM COMMISSION 10%
•
STATUS ATTACHMENT-SET lists attachment sets and the names and owners of
jobs using those sets. For example:
22} STATUS ATTACHMENT-SET (*.*)*
ATTACHMENT SET IN USE BY JOBS
--------------------------------- -----------------------
(NB.USER)USER-1 (NB.USER)STATISTICS
(NB.USER)USER-2 None
Table 4-6. Attachment-Set Attributes
Attribute Function Default Value
ASSIGN Specifies the name and
attributes of an ASSIGN.
No default.
DEFINE Specifies the name and
attributes of a DEFINE.
DEFINE =_DEFAULTS specifying the node
and volume set by the last SET
ATTACHMENT-SET (DEFINE =_DEFAULTS,
VOLUME …), SYSTEM, or VOLUME
command. If there was no such command, the
DEFINE specifies the current node and volume
from the TACL environment.
PARAM Specifies the name and
value of a PARAM.
No default.
SECURITY Controls user access to
an attachment set.
UUUU.
TEMPORARY Determines whether the
scheduler automatically
deletes an attachment set
not assigned to a job.
•
OFF for attachment sets added with a
user-specified name.
•
ON for attachment sets added with a
scheduler-generated ID. For more
information, see Using #CURRENT on
page 4-38.