Please enable JavaScript to view this site.

Navigation: Apply Engine > Apply Engine Script Development

Apply Engine Script Structure

Scroll

The following table outlines the structure of an Apply Engine including the command hierarchy that must be followed when developing a cript. This hierarchy is explained in more detail later in this section.

Section

Content

Environment



JOBNAME 


REPORT


COMMIT


OPTIONS


RDBMS

Datastore Definition



DESCRIPTION


DATASTORE


CREATE CURSOR





Field Specifications



DECLARE


EXTTYPE


IDENT


INITIALIZE


INVALID


LABEL


RETYPE

Procedures



CREATE PROCs

Main Processing



PROCESS INTO 


    <target datastore list>


SELECT


   <processing functions>


FROM


   <input datastore;