Tag: learn sas

Three of My Favorite Programming Tips

I often get asked for programming tips. Here, I share three of my favorite tips for beginners. Tip #1: COUNTC and CATS Functions Together The CATS function concatenates all of its arguments after it strips leading and trailing blanks. The COUNTC functi…

Fun with Dots in PROC REPORT

You should play a little. Add dots. Add color. Your PROC REPORT output does not have to be boring. As a matter of fact, it can be both functional and appealing. Any Unicode value will do, but this blog shows how to use the Unicode value for a dot (fill…

What DS2 can do for the DATA step

The Base SAS DATA step has been a powerful tool for many years for SAS programmers. But as data sets grow and programmers work with massively parallel processing (MPP) computing environments such as Teradata, Hadoop or the SAS High-Performance Analytic…

When a variable is not a variable

SAS variables are variables in the statistics sense, not the computer programming sense. SAS has what many computer languages call “variables,” it just calls them “macro variables.” Knowing the difference between SAS variables and SAS macro variables…

Jedi @ SASGF: Working with Big Data in SAS

The SAS Jedi Mark Jordan presents his SAS Global Forum 2018 paper “Working with Big Data in SAS”
The post Jedi @ SASGF: Working with Big Data in SAS appeared first on SAS Learning Post.

The Best Job in America

According to Glassdoor, data scientist tops the list of the 50 Best Jobs in America. The rankings are determined by combining three factors: number of job openings, salary and overall job satisfaction rating. With a median base salary of $110,000, an a…

SAS introduces the blended classroom

We all have different learning styles. Some learn best by seeing and doing; others by listening to lectures in a traditional classroom; still others simply by diving in and asking questions along the way. Traditional face-to-face classroom instruction,…