Category: SAS

Data Steps 2010-07-19 22:25:00

I have a data set of sales data by day. Unfortunately the names of the columns represent the dates. In order to work with the data, I need to transform the data set so each day represents an observation.The data set looks something like this:store _0…

Sending an email from SAS

Have you ever wanted to know when your code completes? Or maybe you want to automate the report to include sending an email? Regardless, SAS is happy to send that email for you. The easiest way to do this is through the SMTP access method via filename statements. Example: filename sendemail email ‘toaddress@email.com’ subject=’This is […]

Interview with the M2010 Data Mining Conference Co-Chairs

Note: This is the first in a series of blog posts highlighting the annual M2010 Data Mining Conference, hosted by SAS Education. All subsequent posts will be designated with this snazzy little M2010 graphic.

The 13th annual Data Mining Conferenc…

Got dating problems? Use ANYDATE…

Many a times we might come across a situation where we would not be able to determine the informat of the date or datetime variable that needs to be read into the SAS dataset. Or me may at times fail to remember the informat name for a particular date …

Adding Abbreviation in SAS

I am a bad typer. And I have a short term memory loss. Remembering the syntax, typing a lot of code (especially the repeating ones)… Na… Not my cup of tea..SAS Enterprise Guide (4.1 onwards) has come up with a one shot solution for people suffering…