SNAX/HLS Configuration and Control Manual
Command Dictionary
Using the HLSRDT Utility
104705 Tandem Computers Incorporated 4-5
ADD Command The ADD command adds a new named object of the type specified to the saved set of
objects being saved for eventual inclusion in the RDT database. The values of the
object are those contained in the working image, as adjusted by the preceding set of
SET commands.
ADD { PROFILE }
name-8
{ BIND }
{ INIT }
name-8
is the name by which the object will be known in the
application program.
The name chosen must not conflict with an object of the same type already saved.
Example
The following command causes the current BIND image to be saved under the name
“TBIND.” The values correspond to those currently in the BIND working image.
@ADD BIND TBIND
@