TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-176
SET DEFINE Command
TAPE
is used for accessing labeled tapes.
The CLASS attribute establishes a different initial working attribute set for each
class:
°
For CLASS CATALOG, the working attribute set always consists of the
SUBVOL attribute only (a required attribute that has no default value):
SUBVOL subvol-name
For subvol-name, give the name of an existing subvolume; the format is:
[[\node-name.]$volume.] subvol
The SUBVOL attribute specifies a subvolume to be used as a catalog by
NonStop SQL/MP. When you use the DEFINE name in a command, NonStop
SQL/MP substitutes the catalog subvolume name for the DEFINE name.
°
For CLASS DEFAULTS, the working attribute set consists of the CATALOG,
VOLUME, SWAP, LANG, and LC attributes.
The description of these attributes:
VOLUME
specifies the default node, volume, and subvolume names.
SWAP
specifies the node and volume names to be used for a swap file.
CATALOG
specifies the node, volume, and subvolume names of an SQL catalog.
LANG
determines values for all Internationalization (I18N) environment variables
in the absence of other LC variables.
LC_ALL
determines values of all I18N environment variables and has precedence
over all other LC variables and LANG variables.
LC_COLLATE
determines how characters are ordered, sorted, grouped, and translated.
LC_CTYPE
determines character handling.