Enable/Disable ECHO Option

PURPOSE:  The option ECHO controls the displaying on the terminal, text entered by the user.  This command is valid in a CM, PM, SF or as a direct command.

SYNTAX

{ENABLE; DISABLE} ECHO [{IF; UNLESS} clause]

ENABLE

is the default state.

DISABLE

suppresses displaying on the terminal data being entered by the user.

{IF; UNLESS} clause

specifies certain criteria that must be met for the ENABLE or DISABLE command to take effect.

NOTES:  This feature makes it possible for programmers to construct security features, like passwords, that they do not want to display on the screen as entered.

The ECHO option is allowed in CM’s and PM’s.