This script uses SAS/CONNECT to establish and manage two distinct remote SAS sessions. It then asynchronously submits tasks to the Cloud Analytic Services (CAS) engine in each session, running simple linear regressions in parallel. Regression results are saved and retrieved before closing the ses...
Macro to execute a shell command on a remote server via SAS/CONNECT and retrieve the result into a local macro variable.
This SAS script manages the initiation and termination of a remote SAS session via SAS/CONNECT, while executing a Windows system command to launch a SAS spawner.
Script demonstrating asynchronous execution of SAS tasks via SAS/CONNECT to reduce overall processing time.
This SAS script configures encryption options, displays local system information, then establishes a connection to a remote SAS session via SAS/CONNECT. It then executes code on the remote session, generates data locally and remotely, and defines a library to access the remote workspace.
This SAS script establishes and manages SAS/CONNECT and CAS sessions on a SAS Viya environment. It demonstrates local and remote code execution, creation of large tables, and session termination.
This SAS script configures and manages a CAS session and a SAS/CONNECT session for code execution both locally and on a remote server. It also initializes system variables and creates large dummy datasets in both environments.
This document provides detailed examples on how to access data in the SAS environment using librefs. It covers assigning librefs via LIBNAME statements and functions, concatenating libraries, accessing remote libraries via SAS/CONNECT or WebDAV, accessing DBMS data, creating SAS views, and deassi...
This document provides detailed examples on how to access SAS data using librefs. It covers assigning librefs via the LIBNAME statement or functions, concatenating libraries, accessing remote libraries (via SAS/CONNECT or WebDAV), accessing DBMS data (databases) as SAS libraries, creating SAS vie...