English

Cindy Puryear 2
Macro Myth: The closest non-empty symbol table

This SAS tip is from Robert Virgile and his book “SAS Macro Language Magic: Discovering Advanced Techniques”. We hope you find this tip useful. You can also read an excerpt from Virgile’s book. When CALL SYMPUT creates a new macro variable, it places that variable in “the closest non-empty symbol

Learn SAS
Jim Simon 8
Dataset too big for PROC PRINT?

Dataset too big for PROC PRINT? One weird trick solves your problem! proc print data=bigdata (obs=10); run; The OBS= dataset option specifies the last observation to process from an input dataset. In the above example, regardless of dataset size, only the first 10 observations are printed; an easy way to

Sian Roberts 0
Get real clinical data

Many of our authors often ask us where they can find real data that they can use without copyright or other confidentiality issues. Instructors too are always on the look-out for real-life data. Well, thanks to a new initiative supported by SAS, you can now access data from more than

Gerhard Svolba 0
Top 3 benefits of writing a SAS book

Many colleagues and customers at SAS Global Forum ask me, why I write books beside having a full-time job as SAS consultant and being lecturer at universities. Valid question. SUSTAINABILITY. I have been working in so many analysis projects in different domains and industries. Some of them were longer, others were

Sian Roberts 0
SAS Books is heading to PharmaSUG

I’m headed to Orlando, May 17- 20, for the annual PharmaSUG conference. PharmaSUG is the Pharmaceutical Industry SAS Users Group, consisting of professionals worldwide in the pharmaceutical and healthcare industries who use SAS software in their work. I will be at the SAS Publications booth in the demo room and

1 54 55 56 57 58 80