Chapter Contents |
Previous |
Next |
GPRINT |
Operating States: | All |
Return Codes: | 0 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GPRINT(code);
Description |
The GPRINT function displays the message that corresponds to the error code entered. You can use this routine if you have disabled automatic error logging but still want to display the message associated with a return code you have received.
Argument Definitions |
code | numeric constant or numeric variable name; should be the value of a return code received from some previous function. |
See Also |
GSET('MESSAGE', . . . ) function |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.