To enable a core dump using a library routine

  1. In , open the COBOL file that you want to use to initiate the core dump.
  2. 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.
  3. Save and compile the program.