Previous Page
|
Next Page
GPRINT
Prints the specified interface error message
Operating state:
All
Syntax
Details
Syntax
return-code-variable
=GPRINT(
code
);
Required Argument
code
numeric constant or numeric variable name; should be the value of a return code received from some previous function.
Return Codes
This function returns:
0. See
Return Codes for DSGI Routines and Functions
.
Details
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 that you have received.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page