DATA Step Graphics Interface Dictionary |
Operating States: | WSAC |
Return Codes: | 0, 3, 301, 302 |
Resulting Operating State: | SGOP |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GRAPH ('CLEAR'<, name> <, des><, byline>);
Description |
The GRAPH('CLEAR', . . . ) function opens a graphics segment for output in the current catalog. The first parameter, 'CLEAR', is the only required one. The values of name, des, and byline are displayed in catalog listings and in catalog information in the GREPLAY procedure.
If the name specified is an existing graph, DSGI adds a suffix number to the name. If PIE is chosen for the name and it already exists, DSGI names the output PIE1; the next time the code is submitted, DSGI names the output PIE2, and so forth.
This function moves the operating state from WSAC to SGOP.
Argument Definitions |
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.