SET PROMPT command (full-screen mode)

Controls whether the current program location is automatically shown as part of the prompt message in line mode. It has no effect in full-screen mode, because the current location is always shown in the panel header in that case. The initial setting is LONG.

Read syntax diagramSkip visual syntax diagramSETPROMPTLONGSHORT;
LONG
Uses long form of prompt message.
SHORT
Uses short form of prompt message.

Example

Specify that the long form of prompt message is used.
SET PROMPT LONG;