SNAX/HLS Configuration and Control Manual

Command Dictionary
Using the HLSRDT Utility
4–16 104705 Tandem Computers Incorporated
INFO Command The INFO command lists the names of all objects currently in the saved set.
INFO [ PROFILE ]
[ BIND ]
[ INIT ]
The INFO command by itself lists all objects of all types in the saved set; the INFO
command with an object-type keyword displays all objects of the named type.
Examples
The following INFO command produces a combined list of all PROFILE, BIND and
INIT records currently known.
@INFO
----------------- Saved Profiles ---------------
PLUACC PLUACQ PLUFDX PLUNOTFY PLURSP SLUACC SLUACQ
SLULMO
----------------- Saved Binds-------------------
BDEF BFDX BIND01 BNOTFY BRSP
----------------- Saved Inits ------------------
PROG1
@
The separate INFO commands in the following example produce separate lists of
PROFILE, BIND, and INIT records.
@INFO PROFILE
----------------- Saved Profiles ---------------
PLUACC PLUACQ PLUFDX PLUNOTFY PLURSP SLUACC SLUACQ SLULMO
@INFO BIND
----------------- Saved Binds-------------------
BDEF BFDX BIND01 BNOTFY BRSP
@INFO INIT
----------------- Saved Inits ------------------
PROG1
@