SAS Institute. The Power to Know

SAS(R) 9.2 Scalable Performance Data Engine: Reference

space
Previous Page | Next Page

SPD Engine System Options

SPDEUTILLOC= System Option



Specifies one or more file system locations in which the SPD Engine can temporarily store utility files.
Valid in: configuration file, SAS invocation
See: The SAS Companion for your operating system details how to specify system options.

Syntax
Details

Syntax

SPDEUTILLOC=location | (location-1 ...location-n)

location

is an existing directory where the utility files are created.

(location-1 ...location-n)

a series of existing directories where the utility files are created.

Note:   Location can be enclosed in single or double quotation marks. Quotation marks are required if location contains embedded blanks.  [cautionend]

Operating Environment Information:   The SAS Companion for your operating system details how to specify system options.  [cautionend]


Details

The SPD Engine creates temporary utility files during certain processing, such as automatic sorting and creating indexes. To successfully complete the process, you must have enough space to store the utility files. The SPDEUTILLOC= system option enables you to specify an adequate amount of space for processing. However, for the OpenVMS on HP Integrity Servers, the libraries must be ODS-5 files. When multiple directories are specified in the SPDEUTILLOC= system option, the directory for the first utility file is randomly selected when processing starts. The selection continues in a cyclical fashion to the other directories. Utility files are temporary and are removed after processing is completed.

Note:   To avoid syntax errors, specify multiple directories in the configuration file.   [cautionend]

SAS recommends that you always specify SPDEUTILLOC= to ensure that you have enough space for processes that create utility files. If SPDEUTILLOC= is not specified, each operating environment has one or more default utility file locations. The following table shows the default utility file locations:

Default Utility File Locations
Operating Environment Default Location 1 Else, Default Location 2



UNIX UTILLOC= SAS system option, if specified SAS Work library
Windows UTILLOC= SAS system option, if specified SAS Work library
z/OS UTILLOC= SAS system option, if specified SAS Work library
OpenVMS on HP Integrity Servers UTILLOC= SAS system option, if specified WORK= SAS system option, if specified, and ODS-5 directory (table note 1)

TABLE NOTE 1:  If the WORK= SAS system option does not specify an ODS-5 directory, and if the SAS session was started with an ODS-5 file specification of SASROOT, the utility files will be created in the SASROOT directory. Otherwise, there will be no default location, and the LIBNAME assignment will fail. [arrow]

space
Previous Page | Next Page | Top of Page