TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-190
SET DEFINE Command
CLASS TAPE DEFINE that describes a tape file residing on volume 30 of an ANSI
standard labeled tape mounted on tape drive $TAPE2.
Next, a SHOW DEFINE command displays the status of the current working
attribute set. Finally, two ADD DEFINE commands create the DEFINEs and set the
attributes that are unique to each DEFINE, which in this case are the file names
MAYRCDS and JUNRCDS:
14> SET DEFINE CLASS TAPE, LABELS ANSI, FILEID empty,&
14> &DEVICE $tape2, VOLUME 30
15> SHOW DEFINE
CLASS TAPE
VOLUME 30
LABELS ANSI
FILEID empty
DEVICE $TAPE2
16> ADD DEFINE =one, FILEID mayrcds
17> ADD DEFINE =two, FILEID junrcds
18> INFO DEFINE (=one, =two), DETAIL
DEFINE NAME =one
CLASS TAPE
VOLUME 30
LABELS ANSI
FILEID mayrcds
DEVICE $TAPE2
DEFINE NAME =two
CLASS TAPE
VOLUME 30
LABELS ANSI
FILEID junrcds
DEVICE $TAPE2