Previous Page | Next Page

DATA Step Graphics Interface Dictionary

GPRINT



Prints the specified interface error message
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

MESSAGE

Previous Page | Next Page | Top of Page