Previous Page | Next Page

DATA Step Graphics Interface Dictionary

CATALOG



Finds the catalog for the graphs
Operating States: All
Return Codes: 0

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('CATALOG', libref, memname, return-code-variable);


Description

The GASK('CATALOG', . . . ) routine returns the libref and the name of the current output catalog. GASK('CATALOG', . . . ) returns the default catalog, WORK.GSEG, if no other catalog has been specified with the GSET('CATALOG', . . . ) function.


Argument Definitions

libref

character variable name; returns the libref of the library in which the current catalog is stored.

memname

character variable name; returns the name of the current output catalog.

return-code-variable

numeric variable name; returns the return code of the routine call.


See Also

CATALOG

NUMGRAPH

OPENGRAPH

Previous Page | Next Page | Top of Page