Previous Page
|
Next Page
INSERT
Inserts a previously created segment into the currently open graph
Operating state:
SGOP
Syntax
Details
Syntax
return-code-variable
=GRAPH('INSERT',
name
);
Required Argument
name
character string enclosed in quotes or character variable name; the name of a graph to be inserted.
Return Codes
This function returns:
0, 4, 302, or 307. See
Return Codes for DSGI Routines and Functions
.
Details
The GRAPH('INSERT', . . . ) function inserts a graph into the currently open graph. The graph to be inserted must be closed and be in the current catalog.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page