Uncategorized

Michael Tuchman 0
ODS at your fingertips with PROC DOCUMENT

The ODS DOCUMENT and the DOCUMENT procedure give you the ability to save ODS output. Once saved, you can print that same work, as many times as you want, to any ODS destination. But what does this mean for you? With PROC DOCUMENT, you can: Make changes to the appearance

Jim Simon 6
SAS 9.3 macro SQL trick

Suppose you need to create a numbered series of macro variables, one macro variable per row, from an SQL query. Suppose you magically know in advance that a given WHERE clause returns, say, 123 rows.  No problem! proc sql; select customer_name into :name1-:name123 from orion.customer where country='DE'; quit; Now suppose you

Learn SAS
Kathy Council 2
More eBooks for everyone

SAS Publishing has been offering eBooks through partners like Amazon, Apple, and Google, for a number of years. Our content is also available through subscription-based companies like Books 24x7, Safari, and EBSCO. We have learned that taking content developed for hardcopy and turning it into an ebook is not a

Learn SAS
Shelly Goodin 0
SAS author's tip: The basics of decision trees

This week's SAS tip is from Barry de Ville and his book Decision Trees for Business Intelligence and Data Mining: Using SAS Enterprise Miner.  Barry is a technical and analytical consultant at SAS. To learn more about Barry and his forthcoming new edition of the book, following this week's excerpt, visit his author

Shelley Sessoms 0
A snapshot of SCSUG 2012

I’ve just returned from my third regional conference this year…SCSUG in Houston. We had great attendance; 207 folks registered for the event! And several of our authors were there: Kirk Lafler, Sanjay Matange and Cynthia Zender. SAS’ very own Paul Kent gave the keynote address on big data and high

1 109 110 111 112 113 202