Chapter Contents

Previous

Next
MESSAGE

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 may 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

GSET('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.