IMMEDIATE command (full-screen mode)
The IMMEDIATE
command causes a command within
a command list to be performed immediately. It is intended for use
with commands assigned to a PF key.
IMMEDIATE
can only be entered as an unnested command
or within a compound command.
Prefix the PF key definitions for the FIND
, FINDBP
, RETRIEVE
, SCROLL
,
and WINDOW
commands with the IMMEDIATE
command
so that these commands work when you enter a group of commands.
- command
- One of the following z/OS® Debugger commands:
FIND
FINDBP
RETRIEVE
SCROLL
commandsBOTTOM
DOWN
LEFT
NEXT
RIGHT
TO
TOP
UP
WINDOW
commandsCLOSE
OPEN
SIZE
ZOOM
Usage notes
- The
IMMEDIATE
command is not logged.
Examples
- Specify that the
WINDOW OPEN LOG
command be immediately effective.IMMEDIATE WINDOW OPEN LOG;
- Specify that the
SCROLL BOTTOM
command be immediately effective.IMMEDIATE SCROLL BOTTOM;