Previous Page
|
Next Page
DELETE
Deletes a graph
Operating state:
GKOP, SGOP, WSAC, WSOP
Syntax
Details
Syntax
return-code-variable
=GRAPH('DELETE',
name
);
Required Argument
name
character string enclosed in quotes or character variable name; the name of the graph to delete.
Return Codes
This function returns:
0, 4, 8, or 307. See
Return Codes for DSGI Routines and Functions
.
Details
The GRAPH('DELETE', . . . ) function deletes a graph in the current catalog. The graph does not have to be closed to be deleted.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page