Previous Topic: IntroductionNext Topic: Example 1: Employee-record Archiving Application


Overview

CA Application Development System/Batch (CA ADS Batch) is a facility that allows you to develop fourth-generation batch applications that execute in the CA IDMS environment. CA ADS Batch applications can read data from input files, perform CA IDMS/DB database update and retrieval, and write data to output files.

Note: Do not confuse batch application execution with batch application definition. CA ADS Batch refers to Application Development System applications that execute in the batch environment. CA ADS Batch application components can be defined in online or batch mode.

Common Facilities

CA ADS Batch uses many of the same facilities as CA ADS, including:

Differences

CA ADS Batch differs from CA ADS mainly in its handling of transaction input and output. Online transactions are typically mapped in and mapped out through a terminal. Batch transactions are typically read from and written to files, such as sequential data sets.

Batch Features

CA ADS Batch includes the following features in support of the batch runtime environment:

Sample Applications

The remainder of this chapter introduces two examples of CA ADS Batch applications. These examples are illustrated in detail in CA ADS Batch Sample Applications.