Tag: Developers

Getting Started with Python Integration to SAS® Viya® – Part 7 – Filtering CAS Tables

Welcome to the seventh installment in my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, and how to work with the results. Now it’s time to learn how to filter CAS tables. Load and explore data […]

Getting Started with Python Integration to SAS® Viya® – Part 7 – Filtering CAS Tables was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics

Welcome to the sixth installment in my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, and how to work with the results. Now it’s time to generate simple descriptive statistics of a CAS table. Let’s begin […]

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics

Welcome to the sixth installment in my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, and how to work with the results. Now it’s time to generate simple descriptive statistics of a CAS table. Let’s begin […]

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics was published on SAS Users.

SAS Enterprise Session Monitor – Obsessing over Observability

Think about what a modern implementation of SAS looks like for a customer. Programmers rely on robust environments to run the models and programs that answer business questions. These environments can be different for platforms like SAS® 9 and SAS® Viya®. They can be deployed across distributed servers, either on […]

SAS Enterprise Session Monitor – Obsessing over Observability was published on SAS Users.

Creating a React web app using SAS Viya

From articles I’ve read on the web, it is clear that data is gold in the twenty-first century. Loading, enriching, manipulating and analyzing data is something in which SAS excels. Based on questions from colleagues and customers, it is clear end-users are willing to display data handled by SAS outside […]

Creating a React web app using SAS Viya was published on SAS Users.

CAS-Action! Executing the SAS DATA Step in SAS Viya

Just because you are using CAS actions doesn’t mean you can forget about the powerful SAS DATA step. The dataStep.runCode CAS action is here! Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable parts. If you’d like […]

CAS-Action! Executing the SAS DATA Step in SAS Viya was published on SAS Users.

CAS Actions and Action Sets – a brief intro

I’m excited to curate a series of posts focused on CAS Actions. However, before I dive into details and code, I thought I’d take a moment to lay a foundation for a better understanding of CAS and CAS actions. I’ll cover things here at a high level as there’s quite […]

CAS Actions and Action Sets – a brief intro was published on SAS Users.

CAS Action! – a series on fundamentals

I’m excited to bring a series of posts centered on CAS Actions. The topics in the list below will be covered in posts set to publish in the next few weeks. Please check back often for new releases. CAS Actions and Action Sets – a brief intro CAS-Action! fetch CAS, […]

CAS Action! – a series on fundamentals was published on SAS Users.