Chapter Contents

Previous

Next
Form Data Model: _setMsgLevel

Form Data Model: _setMsgLevel



Specifies whether to issue error, warning, and note messages


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. 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.