Tag: tips and tricks

CAS-Action! Advanced Frequency Tables – Part 4

Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. The previous posts show how to use the simple.freq CAS action to generate, save and group simple frequency tables. In this post I will show you how to use the freqTab.freqTab CAS action to generate more advanced […]

CAS-Action! Advanced Frequency Tables – Part 4 was published on SAS Users.

CAS-Action! Grouping Frequency Tables – Part 3

Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. In my previous part 1 and part 2 posts I reviewed how to use the simple.freq CAS action to generate frequency distributions for one or more columns and how to save the results. In this post I […]

CAS-Action! Grouping Frequency Tables – Part 3 was published on SAS Users.

CAS-Action! Saving Frequency Tables – Part 2

Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. In my previous post CAS-Action! Simple Frequency Tables – Part 1, I reviewed how to use the simple.freq CAS action to generate frequency distributions for one or more columns using the distributed CAS server. In this post […]

CAS-Action! Saving Frequency Tables – Part 2 was published on SAS Users.

CAS-Action! Simple Frequency Tables – Part 1

Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. If you’d like to start by learning more about the distributed CAS server and CAS actions, please see CAS Actions and Action Sets – a brief intro. Otherwise, let’s learn how to generate frequency distributions for one […]

CAS-Action! Simple Frequency Tables – Part 1 was published on SAS Users.

CAS-Action! Rename Columns in a CAS Table

Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. If you’d like to start by learning more about the distributed CAS server and CAS actions, please see CAS Actions and Action Sets – a brief intro. Otherwise, let’s learn how to rename columns in CAS tables. […]

CAS-Action! Rename Columns in a CAS Table was published on SAS Users.

Meet our SAS Press Author of the Month – Ron Cody

Recently, the SAS Press team moved to a new building on the SAS campus. And when the SAS Press team moves, we bring a lot of books with us! Packing and organizing all of our books gave us a chance to appreciate all of our authors’ hard work during the […]

Meet our SAS Press Author of the Month – Ron Cody was published on SAS Users.

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.

Using formatted CLASS variables

If you use formatted variables in a CLASS statement in procedures such as MEANS or UNIVARIATE, SAS will use the formatted values of those variables and not the internal values. For example, consider you have a data set (Health) with variables Subj, Age, Weight, and Height. You want to see […]

Using formatted CLASS variables was published on SAS Users.