Prompt

From VSI OpenVMS Wiki
Revision as of 09:22, 2 December 2019 by Jane.doe (talk | contribs) (Created page with "A '''prompt''' is a character or set of characters used in a command line interface to prompt user for action, i.e. signify readiness to accept the user's commands. Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A prompt is a character or set of characters used in a command line interface to prompt user for action, i.e. signify readiness to accept the user's commands. The default DCL prompt is a dollar sign ($), the extended line prompt is _$. OpenVMS utilities such as AUTHORIZE or SYSGEN have their own prompts.

In OpenVMS, the prompt is an attribute of a process and can be changed with the SET PROMPT command.

The current process's prompt can be obtained using the "PROMPT" item with the F$ENVIRONMENT() lexical function.