Chapter Contents

Previous

Next
Using Spatial Data with SAS/GIS Software

SYNC Statement

SYNC <libref.catalog.>entry<.type> </ options>;


Description

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

This argument can be omitted if you specify a complete, four-level entry name.


SYNC Statement Optional Arguments

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

This argument can be omitted if a complete, four-level entry name is specified. The following are identical:

Note:   When specifying four-level entry names, type must be the actual SAS/GIS catalog entry extension, for example, GISMAP, not MAP.  [cautionend]

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.


Chapter Contents

Previous

Next

Top of Page

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