Doing it in Style!!!

Have you ever wondered how to format your output in the style you want? How to get your favorite header colors, your favorite fonts and maybe even a background image(???) to your report you generate in SAS?Well, it can all be done in SAS Enterprise Gui…

Diffrence Between RUN and QUIT statements

Folkes,  Here is the answer from Andrew Karp….. Direct link

****************************************************************************************************;Allow me to weigh in on this topic. It comes up alot when I give SAS training cla…

Resources for SAS Customers (video)

I use this blog to talk about all of the great information that is available to you on support.sas.com. I point out features that you may have missed (like the RSS feeds or Discussion Forums); I answer questions that you send via our feedback for…

Example 8.1: Digits of Pi

Do the digits of Pi appear in a random order? If so, the trillions of digits of Pi calculated can serve as a useful random number generator. This post was inspired by this entry on Matt Asher’s blog. Generating pseudo-random numbers is a key piece o…

Strategies to Address Locked Files Issue

So you’ve got a nightly process that updates a file somewhere. Unfortunetly, something still has it locked and the update fails, the nightly process crashes & burns, and someone at 8am upon arriving decides to blast you for not having updated data …