Event Management Service (EMS) Analyzer Manual

Command Descriptions
Event Management Service (EMS) Analyzer Manual133700
5-19
COMMENT
Considerations
During EMS Analyzer startup as the TACL parameter values and ASSIGN messages
are read, use this CLEAR command to remove logical file assignments set with the
ASSIGN command, the PARAM command, and the ALIAS command.
This command does not affect TACL parameter values and ASSIGN messages after
exiting from EMS Analyzer.
Examples
COMMENT
Use the COMMENT command to add descriptive text to OBEY files. Any text
following this command is not evaluated.
text
consists of one or more printable characters.
Considerations
This command has the same function as the double equal characters (==) appearing at
the beginning of a command line.
Examples
CONFIRM
The CONFIRM (confirmation) command enables or disables the display of a positive
confirmation message when the last command is successfully completed. Error and
warning responses always display, regardless of whether confirmation messages display.
/OUT file-spec/
causes any EMS Analyzer output generated for this command to be directed to the
specified file.
-> CLEAR ASSIGN SSV0
-> CLEAR ALL
COMMENT [ text ]
-> COMMENT This file contain commands for starting \COS
-> == This is also a comment.
CONFIRM [ /OUT file-spec/ ] { ON } { OFF }