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.

Read syntax diagramSkip visual syntax diagram
>>-IMMEDIATE--command--;---------------------------------------><

command
One of the following Debug Tool commands:
  • FIND
  • FINDBP
  • RETRIEVE
  • SCROLL commands
    • BOTTOM
    • DOWN
    • LEFT
    • NEXT
    • RIGHT
    • TO
    • TOP
    • UP
  • WINDOW commands
    • CLOSE
    • OPEN
    • SIZE
    • ZOOM

Usage notes

Examples