Previous Page
|
Next Page
RENAME
Renames a graph
Operating state:
GKOP, SGOP, WSAC, WSOP
Syntax
Details
Syntax
return-code-variable
=GRAPH('RENAME',
name, new-name
);
Required Arguments
name
character string enclosed in quotes or character variable name; the name of the closed graph that is to be changed.
new-name
character string enclosed in quotes or character variable name; the new name for the graph.
Return Codes
This function returns:
0, 8, or 307. See
Return Codes for DSGI Routines and Functions
.
Details
The GRAPH('RENAME', . . . ) function renames a graph. The graph to be renamed must be in the current catalog and be closed.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page