Chapter Contents

Previous

Next
MESSAGE

MESSAGE



Specifies whether the interface error message system is enabled or disabled

Operating States: All
Return Codes: 0
Default Value: ON


Syntax
Description
Argument Definitions
See Also


Syntax

return-code-variable=GSET('MESSAGE', status);


Description

The GSET('MESSAGE', . . . ) function activates or suppresses automatic error logging.


Argument Definitions

status character string enclosed in quotation marks or character variable name; indicates whether messages should be displayed. Valid values are ON and OFF. When ON is used, messages are automatically generated by the DSGI based on the return code from the function. If you set MESSAGE to OFF, no messages are automatically printed. You may choose to do this if you want to print custom messages for your application or decide which error message you want printed.

See Also

GDRAW('MESSAGE', . . . ) function
GPRINT('code') utility function


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.