Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
This command activates 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 to be debugged in the next COBOL run unit.
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: Activate the debugging code for a COBOL program
STRCBLDBG PGM(MYLIB/XMPLE1)
This command activates the debugging code that was created for the COBOL program XMPLE1 in library MYLIB.
Top |
Top |