Tag: CASL

CAS-Action! fetch CAS, fetch! – Part 1

Welcome 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 if […]

CAS-Action! fetch CAS, fetch! – Part 1 was published on SAS Users.

Challenge accepted: Learning data prep in CASL

As a long-time SAS 9 programmer, I typically accomplish my data preparation tasks through some combination of the DATA Step, Proc SQL, Proc Transpose and some housekeeping procs like Proc Contents and Proc Datasets. With the introduction of SAS Viya, SAS released a new scripting language called CASL – a […]

Challenge accepted: Learning data prep in CASL was published on SAS Users.

Summarization in CASL

Summarizing numeric data is an important step in analyzing your data. CASL provides multiple actions that generate summary statistics. This blog provides a quick overview of three of those actions: SIMPLE.SUMMARY, AGGREGATION.AGGREGATE, and DATAPREPROCESS.RUSTATS.

Summarization in CASL was published on SAS Users.

“CAS Stored Process” with my Favorite Action Hero runCasl

In his article How to use CASL to develop and work with user-defined CAS actions, Brian Kinnebrew defines CASL as “a language specification used by the SAS client to interact with and provide easy access to Cloud Analytic Services (CAS). CASL is a statement-based scripting language with many uses and […]

“CAS Stored Process” with my Favorite Action Hero runCasl was published on SAS Users.