CONT_BATCH

Description

This action is called after the entry in the criterion window. It is executed systematically whether there is a criteria window or not. It substitutes for the CONTROLE action of the interactive mode and possesses the same characteristics.

Template

Standard process (Batch mode)

Use

It is used to carryout the last controls before the process. At this level, it is possible to :

    Display an error message by setting GERR = 1 and entering a message in the variable GMESSAGE

    Interrupt the process by setting FIN = 1.

    Return to the entry of the criteria window by setting SAI = 1.

   Unlike interactive mode, it is of no use to display a wait message.