Chapter Contents |
Previous |
Next |
GGLOBALE |
Category: | SAS System Option |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
sysrc=GGLOBALE(stmt-type); |
0 | successful |
0 | not successful |
Type: Numeric
'SYMBOL' | |
'PATTERN' | |
'LEGEND' | |
'AXIS' |
Type: Character
Details |
When you have completed processing information concerning the SYMBOL, PATTERN, LEGEND, or AXIS statements, use GGLOBALE to free the memory used for storing the internal table that was created with GGLOBALN. For more information about the SYMBOL, PATTERN, LEGEND, and AXIS statements, see SAS/GRAPH Software: Reference.
Example |
Free the internal table that was created by GGLOBALN for the SYMBOL statements, and check the return code to determine whether a message needs to be issued:
rc=gglobale('symbol'); if rc then _msg_=sysmsg();
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.