Chapter Contents |
Previous |
Next |
Data Set Data Model: _setMsg |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (object-id, '_setMsg', string); |
Argument | Type | Description |
---|---|---|
string |
C | specifies the message to be displayed on the message line, the message window, or in the log |
Details |
The message is displayed on the message line of the attached viewer's frame unless one or more of the following conditions exist:
If you want to display custom error messages one at a time on the message line such as in the case where multiple columns are in error, you can have the last message written to the message line in most situations by setting the _MSG_ system variable to your message text instead of making multiple calls to _setMsg.
See Also |
_setMsgLevel
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.