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 command
  • CALL entry_name (COBOL)
  • CALL %FM command
  • CALL %HOGAN command
  • CLEAR LOG command
  • COMPUTE command
  • FREE command
  • GO BYPASS command
  • GOTO command
  • GOTO LABEL command
  • INPUT command
  • JUMPTO command
  • JUMPTO LABEL command
  • MEMORY command (z/OS Debugger displays the Memory window, but you cannot modify anything)
  • MOVE command
  • QUIT command
  • QUIT expression command
  • QQUIT command
  • SET INTERCEPT command
  • SET command (COBOL)
  • STORAGE command
  • SYSTEM command
  • TRIGGER command
  • TSO 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 command
  • IF command
  • LIST expression command
  • switch command
  • while command