PLAYBACK START command
The PLAYBACK
START
command suspends normal debugging and informs z/OS® Debugger to prepare
to replay the statements it recorded. When normal debugging is suspended,
all breakpoints are disabled and many commands are unavailable. Use
the STEP
and RUNTO
commands to navigate
through recorded statements in a forward or backward direction. Backward
is the initial direction of the navigation.
Usage notes
The following commands are available while you replay recorded statements:
ALLOCATE command | FIND command | QQUIT command |
CALL procedure command | FREE command | RETRIEVE command (full-screen mode) |
CLEAR EQUATE | IMMEDIATE command (full-screen mode) | RUNTO command |
CLEAR LOG | null | SCROLL command (full-screen mode) |
CLEAR MONITOR | PANEL command (full-screen mode) | SET (most forms) |
CLEAR PROCEDURE | PERFORM command (COBOL)1 | STEP command |
COMMENT command | PLAYBACK commands | SYSTEM command (z/OS) |
CURSOR command (full-screen mode) | Prefix commands (full-screen mode) | TSO command (z/OS) |
Declarations (COBOL) | PROCEDURE command | USE command |
DESCRIBE CUS | QUERY command | WINDOW command (full-screen mode) |
DESCRIBE PROGRAMS | QUIT command |
1Refer to PERFORM command (COBOL) for restrictions.
If the DATA
option is in effect and the compile
unit supports the DATA
option, the following commands
are available:
COMPUTE command (COBOL) | LIST |
DESCRIBE ATTRIBUTES | MOVE command (COBOL) 2 |
DESCRIBE CURSOR | MONITOR |
EVALUATE command (COBOL) | SET command (COBOL) 2 |
IF command (COBOL) | SET AUTOMONITOR command |
2 The target must be session variable.
The following commands are not available while you replay recorded statements: