z/OS Language Environment Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DEBUG (COBOL only)

z/OS Language Environment Customization
SA38-0685-00

DEBUG activates the COBOL batch debugging features specified by the USE FOR DEBUGGING declarative.

Non-CICS default
DEBUG=((OFF),OVR)
CICS® default
DEBUG=((OFF),OVR)
Read syntax diagramSkip visual syntax diagram
Syntax

                   .-OFF-.        .-OVR----.      
>>-DEBUG--=--(--(--+-ON--+--)--,--+-NONOVR-+--)----------------><

OFF
Suppresses the COBOL batch debugging features.
ON
Activates the COBOL batch debugging features.

You must have the WITH DEBUGGING MODE clause in the environment division of your application in order to compile the debugging sections.

OVR
Specifies that the option can be overridden.
NONOVR
Specifies that the option cannot be overridden.

Performance considerations

Because DEBUG(ON) gives worse runtime performance than DEBUG(OFF), use it only during application development or debugging.

For more information

Start of change For more information about the USE FOR DEBUGGING declarative, see the appropriate version of the COBOL programming guide in the COBOL library at Enterprise COBOL for z/OS library. End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014