Tag: data preparation

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.

Beggars can’t be choosers…Unless they’re using SAS Viya

Have you ever heard the phrase “beggars can’t be choosers”? Basically, it means that if you ask for something, be grateful for what you get, especially if you don’t have the means to acquire it yourself. This phrase can be widely applicable to most areas of our lives, but when […]

Beggars can’t be choosers…Unless they’re using SAS Viya was published on SAS Users.

CAS-Action! Create Columns in CAS Tables – Part 2

Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. This post builds upon CAS-Action! Create Columns in CAS Tables – Part 1 by showing how to add formats and modify the length of computed columns. I’ll start by building off the following code where I […]

CAS-Action! Create Columns in CAS Tables – Part 2 was published on SAS Users.

CAS-Action! Create Columns in CAS Tables – 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 if you’d […]

CAS-Action! Create Columns in CAS Tables – 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.

So, you’ve figured out NLP but what’s NLU?

Natural language understanding (NLU) is a subfield of natural language processing (NLP) that enables machine reading comprehension. While both understand human language, NLU goes beyond the structural understanding of language to interpret intent, resolve context and word ambiguity, and even generate human language on its own. NLU is designed for […]

So, you’ve figured out NLP but what’s NLU? was published on SAS Users.