Event Management Service (EMS) Analyzer Manual

Command Descriptions
Event Management Service (EMS) Analyzer Manual133700
5-18
CLEAR
If entered after the ASSUME command above, the following ASSUME command
replaces the object-name part of the assumed object. The INFO command that follows
displays information about the new assumed process.
CLEAR
The CLEAR command clears the logical-file assignments made with the
ASSIGN command, parameters set with the PARAM command, and alias names
assigned with the ALIAS command.
PARAM param-name
deletes param-name. See the description of the PARAM command.
ASSIGN logical-file
deletes logical-file. See the description of the ASSIGN command.
ALIAS alias-name
deletes alias-name. See the description of the ALIAS command.
ALL
deletes all logical-file assignments and parameters. Note that aliases can not
clear by default, use the ALL ALIAS form to clear an alias.
ALL PARAM
deletes all parameters set with the PARAM command.
ALL ASSIGN
deletes all ASSIGN messages defined with the ASSIGN command.
ALL ALIAS
deletes all aliases assigned by the ALIAS command.
-> ASSUME $PASA
-> INFO
Object: $PASA (Appropriate Information)
.
.
.
CLEAR { PARAM param-name }
{ ASSIGN logical-file }
{ ALIAS alias-name }
{ ALL [ PARAM | ASSIGN | ALIAS ] }