Safeguard Reference Manual (G06.24+, H06.03+ )

Common SAFECOM Language Elements
Safeguard Reference Manual520618-013
2-9
Partially Qualified Subvolume Names
Examples
=DELETE SUBVOLUME \tops.$data.jones
=ADD SUBVOLUME \tops.$dat*.*
=ADD SUBVOLUME \tops.$*.valdez
=INFO SUBVOLUME \*.$data.*
Partially Qualified Subvolume Names
A partially qualified subvolume name is a subvolume name with the system name or
the volume name (or both) omitted.
\system
is a system name. If omitted, the current default system name is used.
$volume
is a disk volume name. If omitted, the current default volume name is used.
subvolume
is a subvolume name.
Examples
=FREEZE SUBVOLUME data
=THAW SUBVOLUME $users.data
=INFO SUBVOLUME \sfo.data
=ADD SUBVOLUME $use*.dat*
=ALTER SUBVOLUME ?ray*, LIKE $user.data2
Subvolume Name Lists
A subvolume name list is a list of fully qualified or partially qualified subvolume names.
A subvolume name list specifies a group of subvolumes on which the same operation
is to be performed.
subvol
is either a fully or a partially qualified subvolume name or a subvolume name list.
Examples
=ALTER SUBVOLUME (data, report), ACCESS 14,* (r,w)
=ADD SUBVOLUME ($users.data, rpt*)
[\system.][$volume.]subvolume
( subvol [ , subvol ] ... )