Previous Page | Next Page

The GIS Procedure

PROC GIS Statement


Invokes the GIS procedure and specifies the default SAS catalog in which the spatial, coverage, layer, and map entries are stored.
PROC GIS <CATALOG=<libref.>catalog-name>;

Option

The CATALOG= option specifies the default SAS catalog in which the GIS spatial, coverage, layer, and map entries referred to in subsequent statements in the PROC GIS step are stored. The option can take one of the following forms:

CATALOG=<libref.>catalog-name
CAT=<libref.>catalog-name
C=<libref.>catalog-name
If the specified catalog does not already exist, it is created when a subsequent SPATIAL, COVERAGE, LAYER, or MAP statement is executed. If you omit the libref argument, the default SAS library, WORK, is used.

The CATALOG= argument is overridden when you perform one of the following:

Previous Page | Next Page | Top of Page