I've known Jim Cox for a long time. He's the SAS R&D manager for SAS Text Miner, and a gifted singer. We almost never talk about work stuff, because Jim is waaaaay too smart for me. That's why I was so pleased to discover Jim's series of blog entries about
Uncategorized
Like any good SAS professional, I subscribe to the SAS Samples RSS feed. The other day I found this sample that shows how to create a PDF report about the contents of a SAS Information Map. It's a nice example: it shows how to use the INFOMAPS engine and ODS
As Shane reveals on his blog, your SAS session is equipped to read data that are encoded for all types of machine architectures and locales. ASCII, EBCDIC, 32- or 64-bit, English, Japanese, Greek, Hebrew: the list goes on and on. SAS accomplishes this by using a feature called Cross-Environment Data
Susan and Lora share all of the details on the OpenMic blog. (You can also see it on the SAS Publishing Facebook page.) I was pleased to have reviewed the book for technical content before it was published. As usual, Susan and Lora did a great job; they know what
Why does this SAS program produce an error? proc means data=sashelp.cars mean median min max; by origin; run; It's because SASHELP.CARS is a SAS data set, and SAS data sets observations are stored and processed sequentially, and a BY group operation requires that the observations are already grouped and sorted
SAS catalogs have been around for a long time. Not quite as long as the Sears or L.L. Bean catalogs, but SAS customers have used catalogs to store and retrieve content for many years. A SAS catalog is a special type of SAS file that acts as a container, like
Curt Monash posted a nice summary of the current and planned offerings that help to make SAS analytics more available "in the database" -- allowing you to analyze your data quickly without having to move it around so much. If you use SAS with Teradata, Netezza, or DB2, much of
This is the topic of an 8-minute video tip from SAS Education. What's great about this tip: not only does it show you how to keep historical versions of reports and data that you create in your projects, but it also provides a nice example of cross-tab reporting in SAS
I've just read that Sony plans to discontinue the manufacture of 3.5-inch floppy disks. [Update: a more complete tribute to the floppy disk is over on Geek News Central.] The announcement made me nostalgic for the days when we shipped The SAS System on floppies. I don't think we've done
Little SAS Book author Susan Slaughter attended SAS Global Forum this year, as she always does. She had to travel to Seattle this time to get her hands on an early copy of her own new book, The Little SAS Book for SAS Enterprise Guide 4.2, which she updated with