Previous Page | Next Page

Using SAS Engines

How to Select an Engine under OpenVMS


Introduction to Selecting an Engine

Generally, SAS automatically determines the appropriate engine to use for accessing the files in the library. If you want to create a new library with an engine other than the default engine, you can override the automatic selection.


The LIBNAME Statement or LIBASSIGN Command

To change the current engine, you can complete either of the following tasks:


SAS Selects the Engine for an Existing Library

For an existing SAS library on disk that contains only SAS 9.2 data sets, do not specify a value for engine in the LIBNAME statement or LIBNAME function, or select Default as the type in the Engine field of the New Library dialog box. SAS automatically selects the V9 engine. SAS also selects the V9 engine automatically if you use the DCL DEFINE command to assign an OpenVMS logical name to an existing SAS 9.2 library on disk and then use that logical name as a libref in a SAS file specification.


The ENGINE= System Option

Set the value of the ENGINE= system option to the value of the engine that you want to use. This option tells SAS which engine to use as the default when no engine is specified and there are no existing data sets, or when the directory is in mixed mode.

For more information, see ENGINE= System Option: OpenVMS.

Previous Page | Next Page | Top of Page