SAS Users
Providing technical tips and support information, written for and by SAS users.
Shifting a date by a given number of workdays
This blog post demonstrates process and SAS coding techniques to shift dates by a given number of workdays accounting for weekends and holidays.
Make the most of SAS Global Forum with the session catalog
When I attend a conference, one of the first things I do is look at the agenda. This gives me a good overview of how my time will be spent. The next thing I do is find the detailed breakdown of sessions, so I can start building out my own
Expand Your SAS Knowledge by Learning PROC SQL
One great thing about being a SAS programmer is that you never run out of new things to learn. SAS often gives us a variety of methods to produce the same result. One good example of this is the DATA step and PROC SQL, both of which manipulate data. The