EMS FastStart Manual
Preparing the Application Configuration File
EMS FastStart Manual–133701
4-2
Default Application Configuration File
•
The FIELD-X-TYPE parameter must be a Subsystem Programmatic Interface (SPI) 
definition supported by EMS FastStart (for example, ZSPI-DDL-CHAR8).
If you are creating an application, you can design your application’s events to take 
advantage of EMS FastStart’s features. If you are converting an existing application, you 
can search your application’s code for event messages and organize them for EMS 
FastStart. See Section 2, Brief Review of Event Design
, for information and examples of 
event message design.
Default Application Configuration File 
The ACF contains key words with parameters which can be modified for each 
installation. You can modify the default ACF for your application or replace it with your 
own ACF. There are 27 possible data types; 8 are shown in the default ACF below. A 
complete list of the data types supported can be found under Section 4, Preparing the 
Application Configuration File. Example 4-1 shows the contents of the default ACF for 
EMS FastStart (ATMACF) which you see after the program is installed.
Example 4-1. Default Application Configuration File (page 1 of 2)
--
-- EMS FastStart - T9263C20 - (17MAR91)
--
-- File Type:  ACF
--
-- File Version: B00
--
-- Creation Date: September 17, 1989 10:54:31
--
-- Source File Name: SATMACF
--
-- Description:  This ACF implements the ATM example.
--
-- Modifications Summary:    Date of Modification
--
-- This is the first release of this file  16 September,  1989
--
-- Modified for the T9263C20 release  21 November,  1990
--
-- 1- Added the following key words: SAVE-DDL-DICTIONARY
--       USER-DDL-FILE
--
-- 2- Changed the version from A00 to B00.
--
-----------------------------------------------------------------
--
-- ACF-VERSION    B00
--
  EMSFS-SUBVOL   $data.zemsfs
  ZSPIDEF-SUBVOL   $dsv.zspidef
  USER-SUBVOL   $data.atm
  USER-SUBVOL-FILES-PREFIX ATM1
  SAVE-DDL-DICTIONARY  YES
  USER-DDL-FILE   SATMDDL
  USER-VARIABLES-PREFIX ATM
--
  APPLICATION-SSID-OWNER CUSTOMER
  APPLICATION-SSID-NUMBER 1
  APPLICATION-SSID-VERSION J00
--
  EVENT-TEXT-TYPE   ZSPI-DDL-CHAR254










