SAS System Options under Windows |
Default: | NOECHO |
Valid in: | configuration file, SAS invocation |
Category: | Log and procedure output control: SAS log |
PROC OPTIONS GROUP= | LOGCONTROL |
Windows specifics: | all |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
-ECHO "message" | -NOECHO |
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.
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 |
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 Language Reference: Dictionary
The SAS Log in SAS Language Reference: Concepts.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.