TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-155
RESET DEFINE Command
Example
This RESET DEFINE command resets the USE attribute in the current working
attribute set. Because USE is an optional attribute, it ceases to have any value.
71> SHOW DEFINE *
CLASS TAPE
VOLUME M5436
LABELS IBM
REELS
OWNER PURCHG
FILESECT 002
...
USE IN
DEVICE $TAPE
...
TAPEMODE
72> RESET DEFINE USE
73> SHOW DEFINE *
CLASS TAPE
VOLUME M5436
LABELS IBM
REELS
OWNER PURCHG
FILESECT 002
...
USE
DEVICE $TAPE
...
TAPEMODE