Previous Page | Next Page

DATA Step Graphics Interface Dictionary

MESSAGE



Prints a message in the SAS log
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

MESSAGE

GPRINT

Previous Page | Next Page | Top of Page