PLAYBACK DISABLE command

The PLAYBACK DISABLE command informs z/OS® Debugger to stop recording the statements that you run and, if you specified the DATA option, information about your program. The information about the program that z/OS Debugger collected while recording is discarded. You can instruct z/OS Debugger to stop recording for one or more compile units. If you stop recording for one compile unit and continue recording for other compile units, the information that you collected for the one compile unit is discarded.

Read syntax diagramSkip visual syntax diagramPLAYBACKDISABLE *cuname(,cuname) ;
cuname
Indicates to z/OS Debugger to stop recording for the compile unit or compile units specified. Only the names of currently known compile units can be specified.
*
Indicates to z/OS Debugger to stop recording for all compile units. This is the default.