Chapter Contents

Previous

Next
MSGLEVEL=

MSGLEVEL=


Controls the amount of information sent to the SAS log

Default: N
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
CMS specifics: operating environment behavior


Syntax
Details
See Also

Syntax

MSGLEVEL=message-level

message-level
can have the following values:
I prints informatory, note, warning, and error messages.
N prints note, warning, and error messages.


Details

When SAS uses an index to optimize a WHERE or BY statement, it does not normally generate a log note about it. However, if MSGLEVEL=I, SAS writes a note to the log whenever it uses an index to optimize a statement.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.