DISABLE prefix (full-screen mode)

Disables a statement breakpoint or offset breakpoint when you issue this command through the Source window prefix area.

Read syntax diagramSkip visual syntax diagramDISABLEinteger;
integer
Selects a relative statement (for C and C++ or PL/I) or a relative verb (for COBOL) within the line. The default value is 1.

Example

Disable the breakpoint at the third statement or verb in the line by entering the following command in the prefix area of the line where the statement is found.
DIS 3

You do not need to enter a space between the keyword and the integer: DIS 3 is equivalent to DIS3.

Refer to the following topics for more information related to the material discussed in this topic.

  • Related tasks
  • IBM® z/OS® Debugger User's Guide