| DATA Step Graphics Interface Dictionary |
| Operating States: | All |
| Return Codes: | 0 |
| Syntax | |
| Description | |
| Argument Definitions | |
| See Also |
| Syntax |
return-code-variable=GDRAW('MESSAGE', message);
| Description |
The GDRAW('MESSAGE', . . . ) function prints a message in the SAS log. This function can be used for debugging applications or for printing custom messages for your application.
| Argument Definitions |
| message |
character string enclosed in quotes or character variable name; the text to be printed in the log. |
| See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.