Start of change

Debugging in a COBOL reusable environment

COBOL programs cannot be debugged in a COBOL reusable runtime environment. A COBOL reusable runtime environment is created in one of the following ways:
  • Calling the preinitialization routine ILBOSTP0
  • Calling the preinitialization routine IGZERRE
  • Specifying the runtime option RTEREUS.
End of change