That’s a fancy way of saying that we are adding a few more RSS feeds for support.sas.com visitors. Feeds are an efficient and easy way to get information about updates made to the SAS Support Web site. Feeds let you quickly stay current on updated…
Did you know … that you can print any page from the toolbar?
Maybe the question should be “have you noticed the toolbar at the top of every support.sas.com page?” The big yellow arrow is pointing to the toolbar in the image below.
When you select the Print link, we strip all of the outer edges from the p…
JavaScript Object Notation
I use Javascript quite a bit for my i-Doc site and some of the projects I work on. I really like the language because it’s syntax is comfortable and you can do a bunch with it without having to know a lot about it. And getting stuff done quickly is pre…
PROC MIXED vs. lmer()
I am using R for a few years now. I like it a lot. Previously I used SAS (notably its modules SAS/BASE, SAS/STAT, SAS/IML, …), because that is the statistical package of choice at my department. I had a hard time when I switched to R, mainly because …
SAS Macro Nesting
I’d like to share a nifty SAS option that will help tremendously with debugging SAS macros. The mprintNest system option will show nesting information in your log. This is a big improvement over mprint that showed which macro you were in, but made it…