RENAME

Renames a graph
Operating state: GKOP, SGOP, WSAC, WSOP

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:

Details

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