Chapter Contents

Previous

Next
Using Spatial Data with SAS/GIS Software

PROC GIS Statement

The PROC GIS statement invokes the GIS procedure and, optionally, specifies the default SAS catalog in which the spatial, coverage, layer, and map entries are stored.


PROC GIS Statement Syntax

PROC GIS <CATALOG=<libref.>catalog-name>;

where the CATALOG= option can take one of the following forms

CATALOG=<libref.>catalog-name
CAT=<libref.>catalog-name
C=<libref.>catalog-name


Description

Each of the statement forms specifies the default SAS catalog in which are stored GIS spatial, coverage, layer, and map entries referred to in subsequent statements in the PROC GIS step.

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 data library, WORK, is used.

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


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.