Tag: Uncategorized

5 Reasons to write your first SAS Press book

Editor’s note: This series of blogs addresses the questions we are most frequently asked at SAS Press! Ever thought about writing your own SAS or JMP book? Here are a few reasons why writing a SAS Press book can be a fantastic career move! 1.      Your book establishes you as […]

The post 5 Reasons to write your first SAS Press book appeared first on SAS Learning Post.

Reading data with the SAS JSON libname engine

JSON is the new XML. The number of SAS users who need to access JSON data has skyrocketed, thanks mainly to the proliferation of REST-based APIs and web services. Because JSON is structured data in text format, we’ve been able to offer simple parsing techniques that use DATA step and […]

The post Reading data with the SAS JSON libname engine appeared first on The SAS Dummy.

My top 10 graph blog posts of 2016!

When I was a kid, I always looked forward to Casey Kasem’s American Top 40 song countdown at the end of the year. Did I listen to check whether my favorite songs had made the list, or to critique how well the people making the list had done in picking the ‘right’ […]

The post My top 10 graph blog posts of 2016! appeared first on SAS Learning Post.

Using the DATA step debugger in SAS Enterprise Guide

In my earlier post about WHERE and IF statements, I announced that the DATA step debugger has finally arrived in SAS Enterprise Guide. (I admit that I might have buried the lead in that post.) Let’s use this post to talk about the new debugger and how it works. First, […]

The post Using the DATA step debugger in SAS Enterprise Guide appeared first on The SAS Dummy.

Forecasting your next breakup!

Has anyone ever broken up with you, and left you thinking “Wow, I didn’t see that coming!” In hindsight, maybe you could have seen it coming. At least from a statistical perspective. Let’s dive into this topic with some lighthearted discussion, and plot some Facebook data… When it comes to […]

The post Forecasting your next breakup! appeared first on SAS Learning Post.

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.