Previous Page | Next Page

DATA Step Graphics Interface Dictionary

DELETE



Deletes a graph
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 4, 8, 307

Syntax
Description
Argument Definitions
See Also

Syntax

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


Description

The GRAPH('DELETE', . . . ) function deletes a graph in the current catalog. The graph does not have to be closed to be deleted.


Argument Definitions

name

character string enclosed in quotes or character variable name; the name of the graph to delete.


See Also

CATALOG

COPY

CATALOG

Previous Page | Next Page | Top of Page