To enable a core dump using a library routine
-
In
Eclipse, open the COBOL file that you want to use to initiate the core dump.
-
Insert a call to the CBL_CREATE_CORE library routine at the point where you want the core dump to occur. See
CBL_CREATE_CORE for details.
-
Save and compile the program.