This repository contains a variety of SAS and CASL programs in SAS Viya. It also contains code snippets in how to use the Python editor in SAS Viya.
In this webinar, we’ll cover the fundamentals of the SAS Viya platform and CAS, then dive into CASL, the scripting language designed to support the entire analytics life cycle.
This special edition Ask the Expert learning event will introduce you to SAS Viya.
You’ll learn what Viya is, its key attributes, how users in different roles interact with Viya, and how it provides support for the complete analytics life cycle, turning massive amounts of raw data into actionable insights.
Folder contains all programs for my CAS Action! - a series on fundamentals blog series.
This repo includes a variety CASL code snippets to process data in the CAS server in SAS Viya. The CAS server is distributed server that uses multiple machines to perform massively parallel processing (MPP).
- For more information about the CAS server visit the SAS® Cloud Analytic Services: Fundamentals documentation.
- For more information about the CASL language visit the SAS® Cloud Analytic Services: CASL Programmer’s Guide
Learn how to create a User Defined Function (UDF) for the massively parallel processing CAS server.
Learn how to find current working directory of your SAS program.
Learn how to extract text from a series of PDFs files and create a structured table.
Learn how to work with database tables in SAS Viya. Parts of this presentation is applicable to SAS9 users.
This folder contains code snippets for examples on how to use the Python editor in SAS Studio in SAS Viya.
Series of SAS programs to create fake data of n size in the distributed CAS server.