SNAX/HLS Configuration and Control Manual

Using HLSRDT: Examples
Using the HLSRDT Utility
104705 Tandem Computers Incorporated 4-47
Use the ADD PROFILE command to name the PROFILE and add it to the RDT
database. In the following example, the PROFILE is named SLUACCPT:
@ADD PROFILE SLUACCPT
@
SLUACCPT is the same name that application programs use to access this PROFILE.
You can obtain a list of objects in the current RDT database by issuing one of the
following commands:
INFO PROFILE
INFO BIND
INFO INIT
You can use the INFO command without parameters to obtain a complete list of
objects:
@INFO
----------------- Saved Profiles ---------------
PLUACC PLUACQ PLUFDX PLULMO PLUNOTFY PLURSP SLUACC
SLUACQ SLULMO
----------------- Saved Binds-------------------
BDEF BFDX BIND01 BNOTFY BRSP
----------------- Saved Inits ------------------
PROG1
@ADD PROFILE SLUACCPT
@INFO
----------------- Saved Profiles ---------------
PLUACC PLUACQ PLUFDX PLULMO PLUNOTFY PLURSP SLUACC
SLUACCPT SLUACQ SLULMO
----------------- Saved Binds-------------------
BDEF BFDX BIND01 BNOTFY BRSP
----------------- Saved Inits ------------------
PROG1
@
If you want to create a new PROFILE that is similar to one already defined, you can
use the SET PROFILE LIKE command to set the working PROFILE attributes to those
of an existing PROFILE.