NetBatch Manual
Commands
NetBatch Manual—522460-004
6-101
INFO ATTACHMENT-SET Command
The command appears in commented form if it specifies a numbered attachment
set. For example:
==ADD (FPP.MANAGER)8
Considerations
•
The INFO ATTACHMENT-SET command is available to all users. However, you
must have read access to an attachment set for BATCHCOM to display more than
the set’s SECURITY attribute. For example, NB.USER could list all attributes of set
(SUPER.FPP)A secured “AGAG,” but only the SECURITY attribute of set
(SUPER.FPP)B secured “GOGO.”
•
The OBEY-FORM qualifier is available for all INFO commands. It enables the
creation of BATCHCOM command files that you can use to set up a scheduler. For
more information, see Section 3, Scheduler Planning, Configuration, and
Management.
•
ADP (an abbreviation of ASSIGNs, DEFINEs, and PARAMs) is an alias of the
object keyword ATTACHMENT-SET.
•
You can omit the object keyword ATTACHMENT-SET from the INFO
ATTACHMENT-SET command only when ATTACHMENT-SET is the current
assumed object. For more information, see ASSUME ATTACHMENT-SET
Command on page 6-69.
Examples
•
This example shows the effect of the user-ID, attachment-set-ID, and attribute
options in an INFO ATTACHMENT-SET command. The (*.*)* user-ID and
attachment-set-ID options cause BATCHCOM to list all attachment sets to which
the current user (NB.USER) has read access. The SECURITY, PARAM SHIFT, and
DEFINE =OUT attribute options further limit the listing.
15} CHANGEUSER NB.USER psswrd
15} INFO ATTACHMENT-SET (*.*)*, SECURITY, PARAM SHIFT,
DEFINE =OUT
ATTACHMENT-SET ATTRIBUTES for (NB.USER)EARLY
security: "NNNN"
attachments: DEFINE =OUT, CLASS SPOOL, LOC \A.$S.#EARLY
PARAM SHIFT 0700-1500
ATTACHMENT-SET ATTRIBUTES for (NB.MANAGER)LATE
security: "AOAO"
attachments: DEFINE =OUT, CLASS SPOOL, LOC \A.$S.#LATE
PARAM SHIFT 1500-2300
ATTACHMENT-SET ATTRIBUTES for (SUPER.NB)NIGHT
security: "NCNO"
attachments: DEFINE =OUT, CLASS SPOOL, LOC \A.$S.#NIGHT
PARAM SHIFT 2300-0700
ATTACHMENT-SET ATTRIBUTES for (SUPER.SUPER)MANAGERS-ONLY
security: "OOOO"
0535-I Your user code does not give you access to