Tag: CAS

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-Action! Executing SQL in SAS Viya

SQL is an important language for any programmer working with data. In SAS Cloud Analytic Services (CAS) you can execute SQL queries using the fedSQL.execDirect CAS action! Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable parts. […]

CAS-Action! Executing SQL in SAS Viya was published on SAS Users.

CAS-Action! Simply Distinct – Part 2

In my previous post CAS-Action! Simply Distinct – Part 1 I reviewed using the simple.distinct CAS action to explore distinct and missing values in a distributed CAS table. Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable […]

CAS-Action! Simply Distinct – Part 2 was published on SAS Users.

CAS-Action! Simply Distinct – Part 1

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 to start by learning a little more about what CAS Actions are, please see CAS Actions and Action Sets – a brief intro. Or […]

CAS-Action! Simply Distinct – Part 1 was published on SAS Users.

Classifying messy documents: A common-sense approach (Part II)

In Part I of this blog post, I provided an overview of the approach my team and I took tackling the problem of classifying diverse, messy documents at scale. I shared the details of how we chose to preprocess the data and how we created features from documents of interest […]

Classifying messy documents: A common-sense approach (Part II) was published on SAS Users.