SET ECHO

SET ECHO "ON"
INPUT statements shall echo the input replies.
SET ECHO "OFF"
INPUT statements shall not echo the input replies.
"ON" or "OFF" can be indicated by a string expresion.
When a program starts, the echo is set to "ON".