WINDOW OPEN command

Opens a previously-closed physical window in the z/OS® Debugger full-screen session panel. Any existing physical windows are resized according to the configuration selected with the PANEL LAYOUT command.

If you specify a logical window that is not assigned to a physical window, z/OS Debugger displays an error message.

If the OPEN command is issued without an operand, z/OS Debugger opens the last closed physical window.

Read syntax diagramSkip visual syntax diagramWINDOWOPENLOGMEMORYMONITORSOURCE;
LOG
Selects the session log window.
MEMORY
Selects the Memory window.
MONITOR
Selects the monitor window.
SOURCE
Selects the source listing window.

Example

Open the monitor window.
WINDOW OPEN MONITOR;