Tag: Uncategorized

Code debugging and program history in SAS Enterprise Guide

SAS programmers have high expectations for their coding environment, and why shouldn’t they? Companies have a huge investment in their SAS code base, and it’s important to have tools that help you understand that code and track changes over time. Few things are more satisfying as a SAS program that […]

The post Code debugging and program history in SAS Enterprise Guide appeared first on The SAS Dummy.

Mapping out the next robot invasion!

Robots – everyone has probably been fascinated by the idea of robots at one time or another. From the early science fiction robots (such as Klaatu’s robot Gort) to the mid-1980s movie robots (like Johnny 5), they have been portrayed in many different w…

Which of my factors are important?

This question has been asked repeatedly for decades by anyone facing a new system. That system might be a new product, a new piece of equipment, a new process, or anything really that is new and not well understood. Ultimately, you might need to change…

Jedi SAS Tips – Favorite Resources for SAS Programmers

I frequently get asked about my favorite book on a particular topic, how to find free SAS learning materials online, how to get help with SAS issues, etc. This lead me to compile a “Great Resources for SAS Programmers” document which I freely share wit…

Tracking floods and droughts in Jordan Lake, NC

If you know me, you probably know that I spend a lot of time on the water. I like speed paddling (dragon boat, outrigger canoe, surfski, and racing SUP), and I also have a big pontoon boat at Jordan Lake where I try to go fishing at least once a […]

How far are you from North Korea?

With North Korea’s growing missile capabilities in the news lately, I thought it would be interesting to create a map showing how far (or close) they are from other parts of the world. I first did a few searches on the Web, to see what maps are already…

So, 27 US states are farther north than Canada, eh?

With all the recent talk about some people wanting to move from the US to Canada, I got to wondering how cold, and how far north Canada is. And after a few Google searches, I was surprised to learn that 27 US states are actually farther north than the southernmost point […]

The post So, 27 US states are farther north than Canada, eh? appeared first on SAS Learning Post.

3 steps to prepare your data for accurate predictive models in SAS Enterprise Miner

In this post I describe the important tasks of data preparation, exploration and binning.These three steps enable you to know your data well and build accurate predictive models. First you need to clean your data. Cleaning includes eliminating variable…