INPUT-DISPLAY=value

This option determines what happens when the DISPLAY verb operates on an input field described in a Screen Section entry. There are four choices: None, Value, Spaces, and Prompt.

None:      The field is not displayed.
Prompt: The field is displayed with the field's prompt character (usually underscore).
Spaces: The field is displayed as spaces. This is the default value.
Value: The current value of the field is displayed. This will be zero for numeric and numeric-edited fields, and spaces for other fields.

The configuration variable SCRN_INPUT_DISPLAY is also supported.