WINDOW CLOSE command
Closes the physical window of the specified logical window in the z/OS® Debugger full-screen
session panel. The remaining open physical windows expand to fill
the remainder of the screen. Closing a physical window does not effect
the logical window. For example, closing the physical window that
is displaying the Monitor window does not stop the monitoring of variable
values assigned by the LIST MONITOR
command.
If you specify a logical window that is not assigned to a physical window, z/OS Debugger displays an error message.
If there is only one physical window visible, WINDOW CLOSE
is
invalid.
CURSOR
- Selects the window where the cursor is currently positioned unless on the command line.
LOG
- Selects the session log window.
MEMORY
- Selects the Memory window.
MONITOR
- Selects the monitor window.
SOURCE
- Selects the source listing window.
Example
WINDOW CLOSE CURSOR;