RESOURCESLOC System Option: Windows

Specifies a directory location of the files that contain SAS resources.

Valid in: configuration file, SAS invocation
Category: Environment Control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Default: !sasroot\core\resource
Windows specifics: all

Syntax

Syntax Description

'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.