Tag: sas programming

Multi-way lookup tables

A lookup table is a programming technique where one or more values can be used to retrieve another value. For example, many years ago, I had benzene exposure estimates for 10 years (1940 to 1949) for each of five locations in a factory. Given a year and a job location, […]

Multi-way lookup tables was published on SAS Users.

Working remotely? A list of 5 ways to spend your down time

As many of us are learning to navigate the changing world we are living in amid the COVID-19 outbreak, and as we care for our loved ones, friends, and our community, many of us now find ourselves working and studying from home much more than we did before. As an […]

Working remotely? A list of 5 ways to spend your down time was published on SAS Users.

Tips and resources for making the most of your SAS experience

Let’s be honest, there is a lot of SAS content available on the web. Sometimes it gets difficult to navigate through everything to find what you need, especially if you are looking for complimentary resources. Training budgets can be limited or already used for the year, but you’re still interested […]

Tips and resources for making the most of your SAS experience was published on SAS Users.

Challenge accepted: Learning data prep in CASL

As a long-time SAS 9 programmer, I typically accomplish my data preparation tasks through some combination of the DATA Step, Proc SQL, Proc Transpose and some housekeeping procs like Proc Contents and Proc Datasets. With the introduction of SAS Viya, SAS released a new scripting language called CASL – a […]

Challenge accepted: Learning data prep in CASL was published on SAS Users.