Browse mode debugging in full screen, line, and batch mode
If you are debugging in full screen, line, or batch mode; browse
mode is active; and you enter any of the following commands, z/OS® Debugger displays
a message that the command is not permitted in browse mode:
ALLOCATE
command- Assignment command (assembler and disassembly)
- Assignment command (LangX COBOL)
- Assignment command (PL/I)
CALL %CECI
commandCALL entry_name
(COBOL)CALL %FM
commandCALL %HOGAN
commandCLEAR LOG
commandCOMPUTE
commandFREE
commandGO BYPASS
commandGOTO
commandGOTO LABEL
commandINPUT
commandJUMPTO
commandJUMPTO LABEL
commandMEMORY
command (z/OS Debugger displays the Memory window, but you cannot modify anything)MOVE
commandQUIT
commandQUIT expression
commandQQUIT
commandSET INTERCEPT
commandSET
command (COBOL)STORAGE
commandSYSTEM
commandTRIGGER
commandTSO
command
If you enter a command with an expression or condition that
might alter any storage, register, or similar data, or the command
invokes any user-written function or alters the sequence of execution, z/OS Debugger displays
a message that the command is not permitted in browse mode:
- do/while
DO
command (PL/I)EVALUATE
command (COBOL)- expression command (C and C++)
for
command (C and C++)%IF
commandIF
commandLIST expression
commandswitch
commandwhile
command