GET RUNTIME

Places the current OpenESQL MFADORTS object into the supplied host variable.

Syntax:

>>--EXEC ADO---GET RUNTIME INTO :runtime_hv----END-EXEC---><

Parameters:

runtime_hv Host variable where the current OpenESQL MFADORTS object is placed.

Comment:

Investigating the OpenESQL MFADORTS object can provide valuable insight in debugging scenarios.

Example:

     EXEC ADO
        GET RUNTIME INTO :runtime
     END-EXEC