EMS Manual

Standard Events
EMS Manual426909-005
9-34
Description of Standard EMS Templates
Description of Standard EMS Templates
Information in standard events is encoded by tokens, which are designed for programs
and not intended for use by human operators. EMS templates are used to provide
formatting instructions for the display of these tokens by operator console products like
ViewPoint.
This subsection defines a standard EMS template for each standard event. Subsystem
and application developers use these templates to display their standard events so that
information presented to the operator is consistent and uniform among all standard
events.
Subsystem and application developers can customize these templates, as described in
Section 10, Generating Standard Events
.
Object Available Event Standard Template
MSG: ZEMS-TKN-CONTENT-STANDARD, ZEMS-VAL-OBJECT-AVAILABLE
"Object available <31><32> - <31><33>"
", event number: <1>"
", reason: <2>"
", previous state: <3>"
", current state: <4>"
"<*IF 21>, manager: <11><*ENDIF>"
"<*IF 22>, batch ID: <12><*ENDIF>"
"<*IF 23>, user content: <13><*ENDIF>"
1:ZEMS-TKN-EVENTNUMBER
2:ZEMS-TKN-CHANGE-REASON, ENUM
3:ZEMS-TKN-STATE-PREVIOUS ENUM
4:ZEMS-TKN-STATE-CURRENT ENUM
11:ZEMS-TKN-NAME-MANAGER
12:ZEMS-TKN-BATCHJOB-ID
13:ZEMS-TKN-CONTENT-USER, ENUM
21:TOKENPRESENT(ZEMS-TKN-NAME-MANAGER)
22:TOKENPRESENT(ZEMS-TKN-BATCHJOB-ID)
23:TOKENPRESENT(ZEMS-TKN-CONTENT-USER)
31:ZEMS-TKN-SUBJECT-MARK
32:ZSPI-TKN-NEXTTOKEN, TOKENHEADING
33:ZSPI-TKN-NEXTTOKEN, TOKENVALUE
Note. Standard templates are for systems running D-series or later RVUs only. The actual
EMS templates, using the template compiler language, are described here. For an explanation
of the template language, see the DSM Template Services Manual.