![]() Chapter Contents |
![]() Previous |
![]() Next |
| _MSG_ |
| Category: | System Variable |
| Details | |
| Example | |
| See Also |
| Details |
FRAME entries can also use the _getMsg and _setMsg methods to query and update the _MSG_ variable.
On some operating systems, _MSG_ is not displayed if the window has BANNER set to NONE.
| Example |
Display a message if a table cannot be opened:
INIT:
dsid = open('sasuser.class');
if dsid eq 0 then
_msg_ = sysmsg();
return;
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.