Pathmaker Reference Manual
VOLUME Command
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–83
VOLUME Command The VOLUME command changes the default system, volume, or subvolume used by
PMADL.
?VOLUME [
system
]
[
system
.
volume
]
[
system
.
volume.subvolume
]
system
Specifies the default system to qualify the file names entered as part of PMADL
statements or commands.
volume
Specifies the default volume to qualify the file names entered as part of PMADL
statements or commands.
subvolume
Specifies the subvolume to qualify the file names entered as part of PMADL
statements or commands.
Usage Considerations You can also use the SYSTEM command to set the system component of the default
subvolume.
When PMADL begins execution, the default subvolume is the current, default
subvolume supplied by the process that created PMADL.
Specifying ?VOLUME without an argument changes the default system, volume, and
subvolume to the default values supplied by the process that created PMADL.
Example The following command changes the default system, volume, and subvolume used by
PMADL to \CORP.$LIBR.DATABASE
> ?VOLUME \corp.$libr.database