TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-33
CLEAR Command
CLEAR Command
Use the CLEAR command to delete logical-file assignments made with the ASSIGN
command or parameters set with the PARAM command.
ALL
deletes all logical-file assignments and parameters.
ALL ASSIGN
deletes all logical-file assignments made with the ASSIGN command.
ALL PARAM
deletes all parameters set with the PARAM command.
ASSIGN logical-unit
deletes the assignment for logical-unit; see the ASSIGN Command on
page 8-21 for information about logical-unit.
PARAM param-name
deletes param-name; see the PARAM Command on page 8-113 for information
about param-name.
Examples
1. This command deletes all logical-file assignments made with the ASSIGN
command and all parameters set with the PARAM command:
14> CLEAR ALL
2. To delete all logical-file assignments made with the ASSIGN command, enter:
15> CLEAR ALL ASSIGN
3. You can delete the assignment for the logical file PRNTFILE and the information
associated with it by entering:
16> CLEAR ASSIGN prntfile
4. You can delete the parameter SWITCH-1 and its value by entering:
17> CLEAR PARAM switch-1
CLEAR { ALL } | { ALL ASSIGN |
ALL PARAM |
ASSIGN logical-unit |
PARAM param-name }