ACTION

ACTION — processing directives for the current batch

Synopsis

Content model

ACTION ::=
(APPLY?, LOG?, ODRF?)

Attributes

None.

Description

Parents

These elements contain ACTION: BATCH

Children

The following elements occur in ACTION: APPLY , LOG , ODRF .

Examples

Example 6.27. Processing action that applies all records with new queries to the database and logs all activity

<ACTION>
        <APPLY which="qc" when="changes" />
        <LOG which="data msg qc" when="all" />
</ACTION>