ECHO System Option: Windows

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

Syntax

-ECHO “message” | -NOECHO

Required Arguments

ECHO “message
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.
NOECHO
specifies that no messages are to be echoed to the SAS log.

Details

Messages that result from errors in the autoexec file are printed in the SAS log regardless of how the ECHO system option is set.

Example: Example

For example, you can specify the following:
-echo "SAS System under Windows
       is initializing."
The message appears in the LOG window as SAS initializes.

See Also

ECHOAUTO System Option in SAS System Options: Reference
The SAS Log in SAS Language Reference: Concepts