Three New Additions to my SAS Shelf

Three New Additions to my SAS Shelf

In my blog post What SAS Books Are On My Shelf, I present the SAS books that I have accumulated over time and my thoughts on them. Since then, three new additions have made their way on to my shelf. Three books on three very different subjects. In this post, I present...
Select By Group Conditional On Observation

Select By Group Conditional On Observation

Usually, I prefer the Data Step over PROC SQL in SAS. I know exactly how the program compiles and executes and in what order. However, problems do arise where an SQL solution is simpler and more intuitive. In that case, I have to force myself out of my data step...
Stuck on a SAS Problem? Ask for Help

Stuck on a SAS Problem? Ask for Help

Have you ever been in a situation where you know what you want SAS to do, but you can not quite figure out how? I sure have. Luckily, there is help out there and plenty of experienced SAS users who are willing to guide you. That is why I devote this blog post to one...
Convert from Character to Date

Convert from Character to Date

In the blog posts Convert from Character to Numeric and Convert from Numeric to Character I demonstrate the correct way of converting variable types in SAS by use of the INPUT and PUT Function respectively. A common use of converting a variable from character to...

What SAS Books Are On My Shelf?

I like the SAS programming language and I especially like doing statistics in it. Also, I like to gain knowledge and learn about topics not yet familiar to me. One of the best ways to do this is through the many books out there, covering many different topics. My SAS...