TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-196
SET SWAP Command
SET SWAP Command
Use the SET SWAP command to select the swap volume for all subsequent RUN
commands, unless a swap volume is explicitly specified in the RUN command.
$volume-name
is the name of the volume used to hold virtual data during memory swaps of the
user data stack during process execution.
Considerations
To clear any swap volume previously set, use the SET SWAP command without
the $volume-name parameter.
Any RUN command that explicitly specifies a swap volume overrides the previous
SET SWAP $volume-name command.
If no SET SWAP command has been issued, and no swap volume is specified in a
RUN command, the swap volume defaults to the volume in which the program is
stored.
This command alters the SWAP attribute of the =_DEFAULTS DEFINE.
SET SWAP [ $volume-name ]