MESSAGE

Prints a message in the SAS log
Operating state: All

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:

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.