TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-79
INFO DEFINE Command
You cannot display the names of attributes to which no values have been
assigned.
You can display all DEFINEs by entering INFO DEFINE ** or INFO DEFINE =*.
DEFINEs are displayed in ASCII sort sequence by name.
To obtain error information, use the #ERRORNUMBERS Built-In Variable on
page 9-160.
Examples
1. To display the CLASS and the principal attribute of all DEFINEs enter:
13> INFO DEFINE **
Define Name =ACK
CLASS MAP
FILE $BILL.THECAT.ACKPHTH
Define Name =_DEFAULTS
CLASS DEFAULTS
VOLUME $BILL.THECAT
2. This command displays the principal attributes of all the DEFINEs with names that
match a template pattern:
14> INFO DEFINE =A*
Define Name =ACK
CLASS MAP
FILE $BILL.THECAT.ACKPHTH
3. To display all the attributes (that have values) of an existing DEFINE, enter:
15> INFO DEFINE =TEST3, DETAIL
DEFINE NAME =TEST3
CLASS TAPE
VOLUME SCRATCH
LABELS OMITTED
USE IN
DEVICE $TAPE2
MOUNTMSG "Transferring files, low pri.-Fred"