Previous Page | Next Page

SAS System Options under Windows

RESOURCESLOC System Option: Windows



Specifies a directory location of the files that contain SAS resources.
Default: !sasroot\core\resource
Valid in: configuration file, SAS invocation
Category: Environment control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Windows specifics: all

Syntax
Details

Syntax

-RESOURCESLOC <(>'directory-specification-1' <'directory-specification-n')>| "."

'directory-specification'

specifies a directory location of the files that contain SAS resources. If directory-specification contains spaces, it must be enclosed in quotation marks. If you specify more than one directory-specification, enclose the list in parenthesis.

"."

specifies that the current working folder is to be the default directory for the location of the files that contain SAS resources.


Details

SAS resources are dynamic link libraries that contain icons, strings, and fonts that are used by SAS. The types of files that reside in the RESOURCESLOC directory are font files (.fon, .ttf) and dynamic link libraries (.dll).

You can specify multiple RESOURCESLOC options to define a search order.

Previous Page | Next Page | Top of Page