CATALOG

Specifies the catalog for the graphs
Operating state: GKCL
Default: libref = WORK, catalog-name=GSEG

Syntax

return-code-variable=GSET('CATALOG', libref, catalog-name);

Required Arguments

libref
character string enclosed in quotation marks or character variable name; points to the library that contains the catalog.
catalog-name
character string enclosed in quotation marks or character variable name; specifies the catalog name to be used.

Return Codes

This function returns:

Details

The GSET('CATALOG', . . . ) function makes the specified catalog the current catalog in which to store graphs generated with DSGI. GSET('CATALOG', . . . ) creates the catalog if it does not exist.
The values of libref and catalog-name cannot exceed eight characters. The number of characters allowed for a catalog name varies across operating environments; see the SAS companion for your operating system. Libref should have been defined through the LIBNAME statement.