How to automate a data download with PROC HTTP
SAS Technical Support has had several requests from customers who want to use SASĀ® software to help download their files from a website when there is no application programming interface (API) to do it. This post shows how to automate downloads using PROC HTTP and DATA step, and how to use the HTTP DEBUG statement.