EGL Server Guide for iSeries

Objects generated for programs.

The follow sections describes the objects generated for applications.

Application ILE COBOL program

The generated application is an ILE COBOL program that contains the following:

Run-time CL

The run-time CL sets commitment control and adds libraries to the iSeries library list when an application runs. The CL is generated from the templates efk24ebc.tbl and efk24eec.tpl, which can be customized.

The name of the run-time CL is as follows:

  applname.clr
applname
Name of the application.

Data definition specification (DDS)

The generator produces iSeries data definition specifications (DDS) to create instances of iSeries physical and logical files that the application uses. The DDS produced is the result of the indexed, relative, serial, and alternate specification record types used within the application member being generated. The build descriptor option createDDS enables the production of the DDS output type. The command file uploads the DDS files to the host system, but the command file does not manage processing beyond that point.


[ Top of Page | Previous Page | Next Page | Table of Contents ]