5.3 Object Callback Functions

Functions which are declared as object callback functions in the dialog description, have to be declared in COBOL as follows:

entry "function1" using

    DM-COMMON-DATA

    DM-OBJECT-DATA.

This function has to be defined in the dialog script as follows:

callback cobol function1 ();

Note

In contrast to the C interface of the Dialog Manager, the COBOL callback function has two parameters.