DATA Step Graphics Interface Dictionary |
Prints the specified interface error message
Operating States: |
All
|
Return Codes: |
0
|
return-code-variable=GPRINT(code);
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.
code |
numeric constant or numeric variable
name; should be the value of a return code received from some previous function. |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.