2 tips to being a better programmer, if you can’t afford SAS Global Forum
| |

2 tips to being a better programmer, if you can’t afford SAS Global Forum

I did a random sample of presentations at SAS Global Forum today, if random is defined as of interest to me, which let’s be honest, is pretty damn random most of the time.  Tip #1 Stalk Interesting People I don’t mean in a creepy showing up at their hotel room way. If you see someone…

|

Reading JSON data saved in a column and other SAS string function tricks

Sometimes data changes shape and type over time. In my case, we had a game that was given away free as a demo. We saved the player’s game state – that is, the number of points they had, objects they had earned in the game, etc. as a JSON object. Happy Day! The game became…

| |

SAS Proc Transpose – how have I not written about this before?

When I was young and knew everything, I would frequently see procedures or statistics and think, “When am I ever going to use THAT?” That was my thought when I learned about this new procedure to transpose a data set. (It was new then. Keep in mind, I learned SAS when I was pregnant with…