Debugging the difference between WHERE and IF in SAS

In the DATA step, the WHERE statement and the IF statement (a.k.a. the “subsetting IF”) have similar functions. In many scenarios, they produce identical results. But new SAS programmers are taught early on that these two statements work very differently, and in important ways. To understand the differences, it helps […]

The post Debugging the difference between WHERE and IF in SAS appeared first on The SAS Dummy.

Ron Cody’s Tips on Using SAS University Edition

I often wonder how many people see the word “University” in the title “SAS University Edition” and think you have to be a university student to download this software. Please help me spread the word: Anyone can download the University Edition (as long as you’re using it for learning purposes) […]

The post Ron Cody’s Tips on Using SAS University Edition appeared first on SAS Learning Post.

Editing the SAS Code Generated by the One-Way Frequencies Statistics Task

Suppose you are using SAS Studio (perhaps with the University Edition) and the statistical task you need to perform is not a supported option or feature in SAS.  I know that sounds almost impossible because the statistical tasks in SAS Studio are so awesome.  But, just in case you need […]

The post Editing the SAS Code Generated by the One-Way Frequencies Statistics Task appeared first on SAS Learning Post.