Chapter Contents |
Previous |
Next |
Data Form and Data Table: _setMsgLevel |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_setMsgLevel', error_flag<, warning_flag><, note_flag>); |
Argument | Type | Description | |
---|---|---|---|
error_flag |
C | specifies whether error messages from this class are to be displayed: | |
'Y' | displays error messages (default) | ||
'N' | does not display error messages | ||
warning_flag |
C | specifies whether warning messages from this class are to be displayed: | |
'Y' | displays warning messages (default) | ||
'N' | does not display warning messages | ||
note_flag |
C | specifies whether notes from this class are to be displayed: | |
'Y' | displays notes (default) | ||
'N' | does not display notes |
Details |
The message level is set to allow certain messages generated by this class to be ignored. When error_flag, warning_flag, or note_flag is set to 'N', then messages of that type will not be issued and will be lost.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.