SNAX/HLS Configuration and Control Manual
Command Dictionary
Using the HLSRDT Utility
4–22 104705 Tandem Computers Incorporated
SAVE Command The SAVE command creates the RDT database without exiting the program. A similar
save is performed automatically when you use the EXIT command (or CTRL-Y).
SAVE
The information is saved to the file specified in the RUN HLSRDT command.
All the PROFILEs, INITs, and BINDs in the current RDT database are saved. Note that
if you added INITs or BINDs that were not referenced from any PROFILE, they will
not be saved in the database.
The SAVE command will create the output file only if all required INITs and BINDs
are present.
The SAVE command also produces an alphabetized listing of all PROFILE, BIND, and
INIT records used. The listing also contains a statistical summary that shows the
number of each type of entry processed and the size of the database.
Example
The following SAVE command creates an RDT database.
@SAVE
------- The following profiles are included -----
PLUACC PLUACQ PLUFDX PLUNOTFY PLURSP SLUACC SLUACQ
SLULMO
------- The following INITs are included -----
PROG1
------- The following BINDs are included -----
BFDX BIND01 BNOTFY BRSP
------- The following BINDs are omitted -----
BDEF
RDT Object file name: $CRUDE.HLSRDT.myrdt
Segment Size: 1140 bytes
Creation time stamp: 03 Mar 1989 14:01:50
Total Included Omitted
Profiles: 8 8
Inits: 1 1 0
Binds: 5 4 1
@