SAS Institute. The Power to Know

SAS/GIS(R) 9.2: Spatial Data and Procedure Guide

space
Previous Page | Next Page

The GIS Procedure

PROC GIS Syntax Overview

PROC GIS <CATALOG=<libref.>catalog>;
CATALOG <libref.>catalog;
SPATIAL <operation> <libref.catalog.>spatial-entry </ options>;
COMPOSITE operation composite </ options>;
POLYGONAL INDEX operation polygonal-index </ options>;
LATTICE outer-composite-name-1 ENCLOSES inner-composite-name-1
<...outer-composite-name-n ENCLOSES inner-composite-name-n>
<_UNIVERSE_ ENCLOSES inner-composite-name>;
COVERAGE operation <libref.catalog.>coverage-entry </ options>;
LAYER operation <libref.catalog.>layer-entry </ options>;
MAP operation <libref.catalog.>map-entry </ options>;
COPY <libref.catalog.>entry<.type> </ options> ;
MOVE <libref.catalog.>entry<.type> </ options>;
SYNC <libref.catalog.>entry<.type> </ options>;

Note:   Optional arguments are enclosed in angle brackets, for example, </ options>.  [cautionend]

space
Previous Page | Next Page | Top of Page