At the end of my first blog, I said I would explain more about those literature analyzing skills and what all that literature stuff has to do with SAS. I showed my “skills list” and discussed how learning to write a SAS program could be com…
Implement Randomized SVD in SAS
In the 2010 SASware Ballot®, a dedicated PROC for Randomized SVD was among the options. While an official SAS PROC will not be available in the immediate future as well as in older SAS releases, it is fairly simple to implement this algorithm using …
Top 5 Tips from a Popular SAS BI Blog
Contributed by Angela Hall, author of the Real Business Intelligence for Real Users’ blog, an acclaimed blog for tips and tricks on SAS BI. Angela works for SAS Professional Services as a Technical Architect and holds a MBA with a Technology Mana…
Example 8.2: Digits of Pi, redux
In example 8.1, we considered some simple tests for the randomness of the digits of Pi. Here we develop a different test and implement it. If each digit appears in each place with equal and independent probability, then the places between recurrences…
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…