Event Management Service (EMS) Analyzer Manual

Installation
Event Management Service (EMS) Analyzer Manual133700
2-9
EMS Analyzer Help and Error Text File
his/her own default subvolume. You can use an ASSIGN to tell EMS Analyzer to read
the EMSACSTM file from another subvolume if desired.
This file can be used to pre-configure your session parameters. You can use the ALIAS
command to create shortcut commands for frequently invoked commands. You can also
set up function keys to invoke some of EMS Analyzer commands. For example, if the F1
function key is defined as the INFO command, each time you press the F1 function key,
EMS Analyzer interprets this key as the INFO command and executes this command.
For more information about all the commands supported by EMS Analyzer refer to
Section 5, Command Descriptions
.
For a sample of an EMSACSTM file, refer to Appendix C, EMSACSTM File
.
EMS Analyzer Help and Error Text File
EMSATEXT file contains help text and error messages for EMS Analyzer. This file
should be located in the same subvolume as EMS Analyzer program file (EMSA). If you
want the EMSATEXT file to be located on a different subvolume from the EMS
Analyzer program, you can use an ASSIGN to tell EMS Analyzer to read the
EMSATEXT file from another subvolume:
EMS Analyzer Default DDL Dictionary
A default DDL dictionary is created as part of the installation procedure. This dictionary
is loaded with the DDL record definition of the event database files created by EMS
Analyzer.
This dictionary is required if you want to create Enform reports based on the content of
these event database files.
During the generation of the Enscribe database file, EMS Analyzer looks through each
event that matches the selection criteria and adds it to the file on a per event basis. If
EMS Analyzer does not find a value for a token in the event, it uses a default value for
the corresponding field in the event database file.
For a complete description of the event data file record for Enscribe database, see
Appendix A, Event Data File Record Definition
.
EMS Analyzer CSV file Record Definition
You can also have EMS Analyzer send the selected events to a CSV file.
1> ASSIGN EMSACSTM, $DATA.ZEMSA.EMSACSTM
2>
3> == You may now run EMSA and it will get EMSACSTM file
4> == from $DATA.ZEMSA.EMSACSTM
1> ASSIGN EMSATEXT, $DEV.ZEMSA.EMSATEXT
2>
3> == You may now run EMSA and it will get EMSATEXT file
4> == from $DEV.ZEMSA.EMSATEXT