Macro Quoting in SAS Data Integration Studio

You can run the following piece of codes successfully in these 3 SAS programming environments: BASE SAS Enterprise Guide: create a new “File-New-Program” SAS Data Integration Studio: create a new “Tool-Code Editor” %let species="Setosa" "Versicolor"; data a;     set sashelp.iris;     where species in (&species); run; Then create a Transformation in SAS Data Integration Studio […]

The Little SAS Book Fifth Edition

Five editions is a lot! If you had told me, back when we wrote the first edition, that some day we would write a fifth; I would have wondered how we could possibly find that much to say.  After all…it is supposed to be The Little SAS Book, isn’t it? But those clever folk at […]

Roadside Wisdom

I’m not normally a fan of graffiti. But I have been quite taken with one particular instance of graffiti that appeared in my neighborhood a few months ago. Here it is: I don’t know who wrote this, but I like their way of taking something ordinary and injecting it simultaneously with humor and profundity. For […]

Talking Turkey with SAS Graphs

Have you heard the expression “Talk Turkey”? Well then, what better (tongue-in-cheek) thing to do around the Thanksgiving holiday, than talk some turkey using SAS Graphs! 😉 I don’t usually decorate my graphs with images and pictures (they typically ma…

NOTE: Clean Your Cubes

It’s not spring-time, but it’s still worth giving a thought to the cleanliness of your environment, for the benefit of reducing complexity and of reducing space usage. Angela Hall posted a great article about Cleaner OLAP Cube Physical Folder Structu…