EMS FastStart Manual
DDL, Copy Libraries and Templates Example
EMS FastStart Manual–133701
D-10
ATM Example, DSM Templates Services Source
File: SATMTMPL
* These event message numbers describe the current set of CRITICAL
* EVENTS supported by this application. For each event generated by a
* Atm application, the programmer should select one of the following
* event message numbers and move it into the EVENT-NUMBER field of
* EGEN-RECORD.
*
*----------------------------------------------------------------------
01 ATM-EVT-DOWN NATIVE-2 VALUE IS 200.
01 ATM-EVT-SECURITY-BREACH NATIVE-2 VALUE IS 201.
01 ATM-EVT-HW-FAILURE NATIVE-2 VALUE IS 202.
?Section ATM-ACTION-ID,Tandem
*----------------------------------------------------------------------
*
* ACTION EVENT IDENTIFIER DESCRIPTION:
*
* There is an action identifier associated with each action event
* message. This Action ID is used by VIEWPOINT to match an
* action-attention event message with the corresponding
* action-completion event message.
*
*----------------------------------------------------------------------
01 ATM-ACTION-ID-1 NATIVE-2 VALUE IS 1.
01 ATM-ACTION-ID-2 NATIVE-2 VALUE IS 2.
01 ATM-ACTION-ID-3 NATIVE-2 VALUE IS 3.
01 ATM-ACTION-ID-4 NATIVE-2 VALUE IS 4.
01 ATM-ACTION-ID-5 NATIVE-2 VALUE IS 5.
?Section ATM-CONSTANT-VALUES,Tandem
*----------------------------------------------------------------------
*
* CONSTANT VALUE IDENTIFIER DESCRIPTION:
*
* These are constants that can be used globally in the ATM subsystem.
*
*----------------------------------------------------------------------
01 ATM-VAL-FALSE NATIVE-2 VALUE IS 0.
01 ATM-VAL-TRUE NATIVE-2 VALUE IS 1.
ATM Example, DSM Templates Services Source
File: SATMTMPL
===============================================================
== Program Name : EMS FastStart - T9263C20 - (17MAR91)
==
== File State : Production
== File Version : 1
== Generation Time : December 15, 1990 14:50:35
== Source File Name : SATMTMPL
== Object File Name : ZATMTMPL
== Compiler Version : TACL and TEMPL C20
==
== File Description : This file is the input file to the TEMPL
== compiler. It contains the ATM example
== templates.
==
== Program Modifications: Date of Modification
== First release of this file December 15, 1990
===============================================================
VERSION: "T9263C20 - (17MAR91)"
SSID: ATM-VAL-SSID
SSNAME: "CUSTOMER"