Here’s my latest tip on how to apply conditional highlighting to a SAS Enterprise Guide report using the Summary Tables task. The Summary Tables task is a great way to point and click your way to creating simple or complex reports. Conditional highlighting is just one additional feature you can […]
Tag: tips and tricks
SAS 9.4 has a new way to send interactive graphs in email!
SAS 9.4 allows you to create html5 output with your graph inline (as part of the html), providing a great way to email your SAS/Graph output! Previously, if you used ods html and dev=png to create graphs, you had to deal with two files — a png file (…
Dabbling in genetics
With the medical science these days, there are many genetic defects you can be tested for, to see if you might develop a certain problem/disease, or might be a carrier for it. Would you rather know, or not know? (Would your health insurance company…
New U.S. sample data available in SAS 9.4
In previous versions of SAS, if you wanted to experiment with creating U.S. maps in Proc GMAP, there wasn’t any good sample data available. Unless you had your own data available, you probably ended up using the maps.us x/y points as your DATA= … w…
A SAS sandwich to satisfy every appetite
How do you like your sandwich? On rye, whole wheat or white bread? What fillings and dressings do you like? You probably think I’ve gone completely crazy and I don’t blame you. What does food have to do with SAS, you say? Loads — as you’ll find …
SAS 9.4 does it with style (consistent graph styles, to be precise!)
ODS graph styles provide users with an easy way to control things such as the colors and fonts used in a graph, freeing the user from having to specify these properties in their code. A lot of thought was given to picking colors that work well toget…
Send your SAS graphs directly to Powerpoint!
To say that I’m excited about the SAS 9.4 release is an understatement! For example, did you know that in SAS 9.4, you can write SAS/Graph output directly to a Powerpoint slide?!? This is definitely an item that was on my “wish list,” and will no dou…
Smooth sailing (and smooth lines!) in SAS 9.4 gif graphs
SAS 9.3 already has smooth (anti-aliased) lines in SAS/GRAPH device=png output, and in SAS 9.4 you will also get smooth lines in your device=gif output (and gif animations)! Woo-hoo!!! Here are a couple of simple examples to demonstrate: The firs…