All Posts
This week's SAS tip is from Kevin D. Smith and his new book PROC TEMPLATE Made Easy: A Guide for SAS Users. Kevin is a software developer at SAS with extensive experience supporting PROC TEMPLATE and underlying ODS technologies. We're excited that Kevin decided to write his book and hope
Fall is rolling around, which means time to plan and attend at least SAS regional conferences. I’m heading to the Southeastern SAS User’s Group (SESUG) conference in beautiful St. Petersburg, Florida. While I do love the conference, they had me at St. Pete Beach!
Do you know (right off the top of your head) the simple SAS/GRAPH code you would use to create line graphs? ... If not, then this tutorial is for you! A line plot is basically a scatter plot where the markers are connected. A line plot should only be used
With the popularity of SAS Grid Manager, this question often comes up: which clustered or shared file system should we use with the multiple nodes of the SAS Grid? This is a question that needs to be thought through very carefully because the amount of time and effort to fix
Ways We Excrete Toxins You learned in the previous Chews Strategically post, Foods for Natural Detox, that certain foods provide important nutrients that assist the liver in transforming toxins so they can be excreted from the body. After the toxins are transformed into water soluble substances they are excreted through
Scatter plots are probably the simplest kind of graph, and provide a great way to visually look for relationships between two variables. But, do you know (right off the top of your head) the simple SAS/GRAPH code you would use to create them? ... This tutorial leads you step-by-step through the
With registration for the Midwest SAS Users Group well underway, I reached out to conference chair George Hurley to get the scoop on what makes MWSUG a can’t-miss event for SAS users. As a veteran MWSUG attendee, he’s an absolute expert in what makes it such a rewarding opportunity for
Recently I wrote about how to determine the age of your SAS release. Experienced SAS programmers know that you can programatically determine information about your SAS release by using certain automatic macro variables that SAS provides: SYSVER: contains the major and minor version of the SAS release SYSVLONG: contains the
Recently my boss came across a graph where a time series plot was modified to include a "thickness" response. We wondered if this would be a good addition to the GTL / SG Series plot statement. What would the result look like, and what are the pros and cons? So, I took up
Over the past few releases, SAS has offered high availability for servers through various failover techniques. So I’ve been wondering how metadata clustering differs and why does SAS 9.4 provide it. The “why” is an easy question to answer. Today’s SAS software is used in a wide array of business-critical applications
SAS 9.4 was released a month ago, and we are excited about all the new features in SG Procedures, GTL and Designer. I wrote an article on SAS 9.4 graph features last month, and promised more to come. What then could be better than this Tech Talk video hosted by our
Remember being young and bursting with anticipation of the next show and tell? You knew you had something really amazing to share, and you wanted your classmates to see or hear it. Get ready for that same feeling of excitement and anticipation. Because it’s back. On a much bigger, global
Even the best programmers make mistakes. For most errors, SAS software displays the nature and location of the error, returns control to the programmer, and awaits further instructions. However, there are a handful of insidious errors that cause SAS to think that a statement or program is not finished. For
I'm happy to announce the SAS Data Management support community has a new look and feel! And there’s lots of additional content and resources now too. The SAS Data Management community on support.sas.com is a central hub for anyone interested in SAS data access, integration, quality and governance. Community Manager
In SAS 9.4, the SAS programming language continues add new features by the truckload. I've already discussed PROC DELETE (which is actually an old feature, but like an 80s hit song it's now back with a better version). In this SAS Tech Talk video from SAS Global Forum 2013, I