TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-90
KEEP Command
KEEP Command
Use the KEEP command to remove all but the top num definition levels of one or more
variables.
LIST
causes KEEP to display each variable name followed by the number of levels
removed from that variable.
num
is the number of levels to keep.
variable
is the name of an existing variable.
Consideration
KEEP 0 deletes the variable.
KEEP [ / LIST / ] num variable [ variable ] ...