NetBatch Manual

Commands
NetBatch Manual522460-004
6-196
VOLUME Command
file if the file does not exist. If you specify / OUT / (that is, omit file-name),
BATCHCOM suppresses output.
node
is a node name. The default is the node where the process that creates the
BATCHCOM process is running.
Considerations
The SYSTEM command is available to all users.
Entering SYSTEM by itself resets the default node to the node current at the start
of the session.
Example
This example shows the effect of two SYSTEM commands. The first command sets
the default node to \MELBDEV. The second command restores the default node to the
node current when the session began (\MELBQAT).
1} VOLUME
VOLUME \MELBQAT.$VOL1.SUBVOL1, "NCNC"
2} SYSTEM \MELBDEV
SYSTEM \MELBDEV.$VOL1.SUBVOL1, "NCNC"
3} SYSTEM
SYSTEM \MELBQAT.$VOL1.SUBVOL1, "NCNC"
VOLUME Command
Use the VOLUME command to specify the default node, volume, and subvolume for a
BATCHCOM session. BATCHCOM uses these defaults when expanding partial file
names specified in BATCHCOM commands. You also can use the VOLUME command
to specify the default security for disk files BATCHCOM creates during a session.
file-name
specifies a command output file. The file can be a device, a process, or a disk file.
For a disk file, BATCHCOM appends output if the file exists, but creates an EDIT
file if the file does not exist. If you specify / OUT / (that is, omit file-name),
BATCHCOM suppresses output.
node
is a node name.
V[OLUME] [ / OU[T] [ file-name ] / ] [ [ \node. ] volume ]
[ , " security " ]