PATH System Option: Windows

Specifies one or more search paths for SAS executable files.
Valid in: configuration file, SAS invocation
Category: System administration: Installation
PROC OPTIONS GROUP= INSTALL
Default: !sasroot\core\sasexe
Windows specifics: all

Syntax

-PATH <(>“directory-specification-1<“directory-specification-n”)>

Required Argument

directory-specification
specifies the path to search. The value directory-specification must be a valid Windows pathname or an environment variable associated with a pathname. If the pathname contains spaces, it must be enclosed in quotation marks. If you specify more than one directory-specification, enclose the list of directory-specification in parentheses.

Details

The PATH option identifies the search paths for SAS executable files. You can specify multiple PATH options to define the search order. The paths are searched in the order in which SAS encounters them. Therefore, specify at the front of the list the paths for the products that you run most frequently.