SAS Users
Providing technical tips and support information, written for and by SAS users.
Learning to think like SAS
The most fundamental concept that students learning introductory SAS programming must master is how SAS handles data. This might seem like an obvious statement, but it is often overlooked by students in their rush to produce code that works. I often tell my class to step back for a moment
How to prompt for a date range in a SAS Visual Analytics Report - Four Part Series
Let's learn how to prompt for a date range in a SAS Visual Analytics report using control objects such as sliders, drop-down lists, and text input.
How to translate your cURL command into SAS code
You want to use an API to retrieve data and process it with SAS. How do you do it? PROC HTTP offers the features of the cURL command within your SAS code.