When you create or
enhance graphs with DSGI, the DSGI graphics are displayed and stored
as part of the graphics output. When you execute the DATA step, DSGI
creates a catalog entry using the name from the GRAPH(“CLEAR”,
. . . ) function.
DSGI uses the name DSGI
if you have not specified a name with the GRAPH(“CLEAR”,
. . . ) function. The catalog entry is stored in WORK.GSEG, unless
you specify another catalog with the GSET(“CATALOG”,
. . . ) function.
If you create another
graph using a name that matches an existing catalog entry in the current
catalog, DSGI uses the default naming conventions for the catalog
entry. See
About GRSEGs for a description of the conventions used to name catalog
entries.
If you want to store
your output in a permanent library or in a different temporary catalog,
use the GSET(“CATALOG”, . . . ) function. This function
enables you to specify the libref, and catalog name for the output
catalog. Before you use the GSET(“CATALOG”, . . . )
function, assign a libref using the LIBNAME statement.
You can display DSGI
graphics output stored in catalog entries multiple times, using the
GREPLAY procedure or the GRAPH window.