Specifies a message to be echoed to the SAS log while initializing SAS.
Valid in: | configuration file, SAS invocation |
Category: | Log and Procedure Output Control: SAS Log |
PROC OPTIONS GROUP= | LOGCONTROL |
Default: | NOECHO |
Windows specifics: | all |
specifies the text of the message to be echoed to the SAS log. The text must be enclosed in single or double quotation marks if the message is more than one word. Otherwise, quotation marks are not needed.
specifies that no messages are to be echoed to the SAS log.
-echo "SAS System under Windows is initializing."