Published on :
Data Access NON_APPLICABLE

Characteristics of SAS Engines

This code is also available in: Deutsch Español Français
This detailed guide explores the various facets of SAS© engines. It begins with a summary of the most common LIBNAME engines and data connectors, highlighting their uses and providing references to examples and documentation. The document then explains the role of the default Base SAS© engine (V9 Engine), which is used for SAS© datasets and is automatically selected if no engine is explicitly specified. It also warns against users specifying internal engines (SASDSV, SQLVIEW, REMOTE).
The inherited engines section discusses the Transport engine (XPORT), used to create cross-environment transport format files (although this is not the best practice), and the SPSS engine, designed to read data created in the external SPSS application from .por or .sav files (requiring SAS©/ACCESS in the latter case).
Data access models are described in depth, covering sequential access (typical of JSON and XMLV2 engines), random access (illustrated by the POINT= option in the SET statement), group access (based on the BY statement), and multiple passes over data. Finally, the document details locking levels: at the library, member (dataset), and record (row) levels, which manage concurrent access and ensure data integrity, with references to CNTLLEV= options and the LOCK statement.
Data Analysis

Type : NON_APPLICABLE


The documentation describes SAS engines for data access and manipulation, including the management of SAS datasets, external data, and open-source files. However, no executable code examples are provided directly in this document to illustrate data creation or usage. The examples mentioned are links to other documentation pages.

This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
Copyright Info : Copyright © SAS Institute Inc. All Rights Reserved


Related Documentation : Data Access

Sujet / Mot-cléLien vers la ressource
DOC FedSQL en/sampleCode/FEDSQL9D66