Using Spatial Data with SAS/GIS Software |
SYNC
<libref.catalog.>entry<.type> </
options>;
|
SYNC
updates a SAS/GIS catalog entry libref and the internal pathname.
ENTRYTYPE=type specifies
the type of entry to update. Values for type
are
- GISSPA or SPATIAL
- GISMAP or MAP
- GISLAYER or
LAYER
- GISCOVER or COVERAGE
This argument can be omitted if you specify a complete, four-level
entry name.
|
SYNC Statement Optional Arguments |
- ENTRYTYPE=type
- BLANK
- ALIAS=(old-lib-1=new-lib-1
<, ... ,old-lib-n=new-lib-n>)
- SELECT= _ALL_ |
ENTRY
The following list contains descriptions of additional
SYNC statement arguments:
- ENTRYTYPE=type
- Specifies the type of GIS catalog entry
to move. Values for type are
- GISSPA or SPATIAL
- GISMAP or
MAP
- GISLAYER or LAYER
- GISCOVER or COVERAGE.
This argument
can be omitted if a complete, four-level
entry name is specified. The following are identical:
- SYNC SASUSER.MALL.STORES ET=GISMAP...
- SYNC
SASUSER.MALL.STORES.GISMAP ...
Note: When specifying four-level entry
names, type must be the actual SAS/GIS catalog
entry extension, for example, GISMAP, not MAP.
-
BLANK
- BLANK specifies that internal pathnames
should be cleared in the updated entries.
-
ALIAS=(new-lib-1=old-lib-1 <, ...
,new-lib-2=old-lib-2>)
- Specifies libref translations. The old-lib value is that the libref that is stored in the existing
catalog entry. The new-lib value is the libref
you that want to substitute in the synchronized version of the entry.
- SELECT=
- Specifies which catalog entries that are
referenced by the source entry should be updated. Values for this argument
are
- _ALL_
- Updates all dependent catalog entries. This
is equivalent to specifying ENTRY.
- ENTRY
- Updates all dependent catalog
entries.
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.