![]() Chapter Contents |
![]() Previous |
![]() Next |
| Data Set Model: _getMsgLevel |
| Syntax | |
| Details | |
| See Also |
Syntax |
| CALL SEND (object-id, '_getMsgLevel', error_flag, warning_flag, note_flag); |
| Argument | Type | Description | |
|---|---|---|---|
| error_flag |
C | returns whether error messages from this class are to be displayed: | |
| 'Y' | error messages are displayed (default) | ||
| 'N' | error messages are not displayed | ||
| warning_flag |
C | returns whether warning messages from this class are to be displayed: | |
| 'Y' | warning messages are displayed (default) | ||
| 'N' | warning messages are not displayed | ||
| note_flag |
C | returns whether notes from this class are to be displayed: | |
| 'Y' | notes are displayed (default) | ||
| 'N' | notes are not displayed | ||
| Details |
When error_flag, warning_flag, or note_flag is set to 'N', messages of that type will not be issued and will be lost.
| See Also |
_setMsgLevel
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.