Previous Page | Next Page

System Options under UNIX

MAPS System Option: UNIX



Specifies the name of the SAS library containing the SAS/GRAPH map data sets.
Default: !SASROOT/maps (set in the installed !SASROOT/sasv9.cfg file)
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window, SASV9_OPTIONS environment variable
Category: Graphics: Driver settings
PROC OPTIONS GROUP= GRAPHICS
UNIX specifics: default value and location-of-maps
See: MAPS= System Option in SAS Language Reference: Dictionary

Syntax
Details
See Also

Syntax

-MAPS location-of-maps
MAPS=location-of-maps

location-of-maps

specifies a libref, a valid UNIX pathname, or an environment variable associated with a pathname. Do not use a specific filename.


Details

You can reassign the MAPS libref, but you cannot clear it.

Map files might have to be uncompressed before they are used. Use the CONTENTS statement in the DATASETS procedure to determine whether they are compressed.


See Also

Previous Page | Next Page | Top of Page