Chapter Contents

Previous

Next
RENAME

RENAME



Renames a graph

Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8, 307


Syntax
Description
Argument Definitions
See Also


Syntax

return-code-variable=GRAPH('RENAME', name, new-name);


Description

The GRAPH('RENAME', . . . ) function renames a graph. The graph to be renamed must be in the current catalog and be closed.


Argument Definitions

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.

See Also

GASK('CATALOG', . . . ) routine
GRAPH('INSERT', . . . ) function
GSET('CATALOG', . . . ) function


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.