Previous Topic: CA ADS Batch Dialog ComponentsNext Topic: Batch Response Field Values


Batch Control Events

Batch control events are conditions that arise during file input. Batch control events include:

Associating Batch Control Events

Batch control events can be associated with dialog response processes and application responses. On a mapin operation, the occurrence of a batch control event causes execution of its associated response process or of the application function invoked by its associated application response. For more information about specifying selection criteria for responses and response processes, see Response Definition Screen and "Response Process Definition Screen" in Chapter 5.

Testing Batch Control Events

Batch control events can also be tested in premap or response processes, as in the following example:

IF $EOF
  LEAVE APPLICATION.

For more information about testing for batch control events, see Batch Control Event Status Conditions.