![]() Chapter Contents |
![]() Previous |
![]() Next |
| Data Form and Data Table: _getMsgLevel |
| Delegated to: | Data Set Data Model class |
| 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 are to be displayed: | |
| 'Y' | error messages are displayed (default) | ||
| 'N' | error messages are not displayed | ||
| warning_flag |
C | returns whether warning messages are to be displayed: | |
| 'Y' | warning messages are displayed (default) | ||
| 'N' | warning messages are not displayed | ||
| note_flag |
C | returns whether notes 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.