NetBatch Manual

Attributes
NetBatch Manual522460-004
7-116
VOLUME Job Attribute
VOLUME Job Attribute
The VOLUME job attribute specifies the default node, volume, and subvolume for
unqualified file references in a job’s input file. You also can use the attribute to specify
the default security for disk files created by the job.
node
is a node name.
volume
is one of:
$volume-name.subvolume-name
are volume and subvolume names.
$volume-name
is a volume name.
subvolume-name
is a subvolume name.
security
is a four-character string specifying Guardian security for read, write, execute, and
purge (RWEP) file access. For each type of access, specify one of these codes to
indicate the required security level:
V[OLUME] { \node. [ volume ] [ ‚ " security " ]
[ \node. ] volume [ ‚ " security " ]
[ \node. ] [ volume ] ‚ " security ") }
Code Description
A Anyone—lets any local user access the file.
N Network—lets any local or remote user access the file.
G Group—lets any local user in the owner’s group access the file.
C Community—lets any local or remote user in the owner’s group access the file.
O Owner—lets only the local owner access the file.
U User—lets the owner access the file from a local or remote node.
- Hyphen—lets only the local super ID (255,255) access the file. Available as an
option for write, execute, and purge access only.