Previous Page | Next Page

DATA Step Graphics Interface Dictionary

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

CATALOG

INSERT

CATALOG

Previous Page | Next Page | Top of Page