![]() Chapter Contents |
![]() Previous |
![]() Next |
| Form Data Model: _getMsgLevel |
| Syntax | |
| Details |
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 |
The message level is set to allow certain messages generated by this class to be ignored. If a message type is set to be ignored, 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.