Data Access

32 Résultats disponibles

Data Access
Beyond the WORK Library: Mastering the 4 Default SAS Libraries You Must Know

This document describes the default SAS libraries: Work (temporary), User (user), Sashelp, and Sasuser. It explains t...

View code
Data Access
Combine and Conquer: Mixing Physical Paths and Existing Librefs in One LIBNAME Statement

Explains the concept of SAS library concatenation, allowing several libraries to be logically grouped under a single ...

View code
Data Access
Stop Importing, Start Connecting: A Master Class in SAS/ACCESS Engines and SQL Pass-Through

This document provides examples of using SAS engines to access and process various types of external data, including ...

View code
Data Access
CAS vs. Compute Server: Where Should You Run Your FedSQL Code in SAS Viya

FedSQL is a proprietary SAS implementation of the ANSI SQL:1999 standard, offering scalable, multi-threaded, high-per...

View code
Data Access
SAS Viya Essentials: How to Read, Write, and Persist In-Memory CAS Tables

This document provides detailed examples on how to read external files (like a CSV file) and convert them into in-mem...

View code
Data Access
Stop Wasting CPU: How to Use the SAS SORTEDBY= Option to 'Fake' a Sort

This document provides examples on how to sort a data set, display descriptive information for a data set, and view s...

View code
Data Access
Don't Lose Your Data: How to Prevent Truncation When Migrating SAS Libraries to UTF-8

This document provides examples for managing SAS libraries, including migration, copying, and transferring libraries ...

View code
Data Access
Dynamic Data Access: How to Automate Librefs with Macros and DLCREATEDIR

This document provides detailed examples on how to access SAS data using librefs. It covers assigning librefs via the...

View code
Data Access
Skip the Libname: A Guide to Direct File Access and Path References in SAS

This document provides examples illustrating different methods of accessing SAS data without explicitly resorting to ...

View code
Data Access
Unlocking ADLS Gen2: The Secret to Reading Distributed ORC Tables with SAS

This example demonstrates how to read an ORC format table located in an Azure Data Lake Storage (ADLS) location using...

View code
Data Access
Go Cloud-Native: How to Convert and Upload SAS Data to Parquet on Google Cloud

This example shows how to create a Parquet table in a Google Cloud Storage bucket using the LIBNAME statement and PRO...

View code
Data Access
The Big Four: Decoding the Differences Between Work, User, Sashelp, and Sasuser

This document describes the default SAS libraries (Work, User, Sashelp, Sasuser) provided by SAS, their role, use, an...

View code
Data Access
Boost Your Performance: Optimizing CAS Data Loading with the DVR Memory Format

This document explains how to read and write data from external files using SAS, detailing the use of the DATA step, ...

View code
Data Access
Buffers and Benchmarks: How to Optimize ODBC Read/Write Speeds in SAS Viya

Allows transferring data between an ODBC data source and SAS Cloud Analytic Services (CAS).

View code
Data Access
Bridge the Gap: Reading and Writing Excel Files Directly from the CAS Server

The PC Files Data Connector allows SAS Cloud Analytic Services (CAS) to access data stored in common PC file formats,...

View code
Data Access
Beyond Physical Files: Unlocking the Logical Power of the SAS Dataset Mode

This document explains how SAS engines manage access and processing of data files in the SAS Compute Server, includin...

View code
Data Access
Connect Anything: How to Leverage SAS Engines for Teradata, XML, and Web-Ready JSON

This document provides detailed examples on how to use SAS engines to interact with various external data formats, in...

View code
Data Access
Dynamic SAS Library Management: Using %SYSFUNC and Macros for Automated Access

This document provides detailed examples on how to access data in the SAS environment using librefs. It covers assign...

View code
Data Access
Beyond Local Data: How to Access Azure ADLS ORC Tables Using SAS LIBNAME

This example illustrates how to read an ORC (Optimized Row Columnar) format table stored in Azure Data Lake Storage G...

View code
Data Access
Skip the Libref: How to Access SAS Data Directly via File Paths

This document describes the key elements of assigning a SAS library, including the library name (libref), the library...

View code
Data Access
Beyond the Basics: Mastering SAS Data Access Models and Record-Level Locking

This document describes the characteristics of SAS engines, including a summary of commonly used engines, the default...

View code
Data Access
Beyond Local Files: Streamlining Big Data with the SAS Parquet Engine on GCS

This example demonstrates how to create a Parquet table in a Google Cloud Storage bucket. The LIBNAME statement estab...

View code
Data Access
SAS Table Structure: Optimize Your Metadata and Sorting (V9/SPD)

This document defines what a SAS data set is, its components (data and metadata), and how it is stored depending on t...

View code
Data Access
Connecting SAS Viya 4 to Greenplum: A Complete Guide to the Data Connector

Enables data transfer between a Greenplum database and SAS Cloud Analytic Services (CAS). This connector facilitates ...

View code
Data Access
Streamline Your Data Pipeline: How to Create Global Oracle Caslibs for Distributed Analytics

This feature allows adding a caslib to connect to an Oracle database in SAS Viya 4, making data accessible in memory ...

View code
Data Access
Beyond the Work Library: Mounting Server Directories in CAS using table.addCaslib

This feature allows adding a caslib (CAS library) based on a file system path, facilitating access to data stored on ...

View code
Data Access
Parsing JSON at Scale: Building a Dynamic SAS Macro for Multi-Year API Extractions

Macro script to extract statistical data from the Korean public API (KOSIS), transform it, and save it as SAS tables.

View code
Data Access
SAS Performance Tuning: Supercharge Your Hadoop Uploads with BULKLOAD=YES

This SAS script demonstrates and compares different methods for loading data into a Hadoop environment using SAS/ACCE...

View code
Data Access
Netezza Data Connector

The Netezza data connector enables SAS Cloud Analytic Services (CAS) to connect to and access data stored in a Netezz...

View code
Data Access
Hadoop Data Connector

Allows data transfer between Hive and SAS Cloud Analytic Services (CAS).

View code
Data Access
Informix Data Connector

This document describes the SAS Cloud Analytic Services (CAS) data connector for Informix, allowing data to be read f...

View code
Data Access
Greenplum Data Connector

Enables data transfer between a Greenplum database and SAS Cloud Analytic Services (CAS).

View code