Previous Page
|
Next Page
MESSAGE
Prints a message in the SAS log
Operating state:
All
Syntax
Details
Syntax
return-code-variable
=GDRAW('MESSAGE',
message
);
Required Argument
message
character string enclosed in quotes or character variable name; the text to be printed in the log.
Return Codes
This function returns:
0. See
Return Codes for DSGI Routines and Functions
.
Details
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.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page