Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
This command deactivates the debugging code that is created when the WITH DEBUGGING MODE clause is used in a COBOL program. This command must be entered for each COBOL program for which debugging is to be stopped.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PGM | Program | Qualified object name | Required, Positional 1 |
Qualifier 1: Program | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB |
Top |
Specifies the name of the compiled COBOL program and the library where it is located. This is a required parameter. The possible values are:
The possible library values are:
Top |
Example 1: Deactivate the debugging code for a COBOL program
ENDCBLDBG PGM(MYLIB/XMPLE1)
This command deactivates the debugging code that was created for the COBOL program XMPLE1 in library MYLIB.
Top |
*ESCAPE Messages
Top |