EMS Manual
Standard Event Sample Files
EMS Manual—426909-005
C-30
EMS Templates Sample File
EMS Templates Sample File
This file was stored in InfoWay as templat.txt:
****************************************************************
== This is the sample EMS Templates file for the fictitious ==
== subsystem "SAMPLER" described in the EMS Manual in Example
of a Fictitious NonStop Kernel Subsystem on page 10-31. ==
== Purpose of this file is to illustrate some commonly used ==
== ways to: ==
== ==
== 1) Define a minimal subsystem Template file which ==
== consists of the following sections: ==
== ==
== * subsystem description ==
== * assign your enumerations to standard SPI/EMS tokens,==
== if any ==
== * assign your enumerations to other subsystems' ==
== tokens, if any ==
== ==
== 2) Customize standard Templates for your standard ==
== events, if any ==
== 3) Define Templates for your private events, if any ==
== ==
==************************************************************==
================================================================
== subsystem description ==
================================================================
VERSION: "T9999D99 - 9SEP99"
== DICT: not used in this example
SSID: ZSAM-VAL-SSID
SSNAME: "SAMPLER","SAM"
== SHARED_SSID: not used in this example
== FORMAT: not used in this example
================================================================
== assign enumerations to standard SPI/EMS tokens ==
================================================================
DEF_ENUM: ZEMS-TKN-CONTENT-USER AS ZSAM-DDL-CONTENT-
USER-ENUM
DEF_ENUM: ZEMS-TKN-STATE-CURRENT AS ZSAM-DDL-STATE-ENUM
DEF_ENUM: ZEMS-TKN-STATE-PREVIOUS AS ZSAM-DDL-STATE-ENUM
DEF_ENUM: ZEMS-TKN-CHANGE-REASON AS ZSAM-DDL-
CHANGEREASON-ENUM
DEF_ENUM: ZEMS-TKN-TXFAULT-TYPE AS ZSAM-DDL-TXFAULT-
TYPE-ENUM
DEF_ENUM: ZEMS-TKN-EVENTNUMBER AS ZSAM-DDL-
EVENTNUMBER-ENUM
================================================================
== assign enumerations to other subsystems' tokens ==