CBL_DEBUG_START

Enables a COBOL program to initiate advanced remote debugging, or cross-session debugging.
Note: This routine is supported for native COBOL only.

Syntax:

CALL "CBL_DEBUG_START" using  by value      flags
                                            timeout
                              by reference  identifier
                              returning     status-code

Parameters:

  Using call prototype (see Key) Picture
flags cblt-os-flags pic x(4) comp-5

or

pic x(8) comp-5 (64-bit native programs only)

timeout cblt-os-ssize pic s9(9) comp-5

or

pic s9(18) comp-5 (64-bit native programs only)

ident