In this repository, you'll find a collection of tips and sample code, that address miscellaneous issues that we've come across while using SAS for data management.
I hope that you will find this repo useful.
Peter Charpentier
Yale Program on Aging (retired)
CRI Web Tools LLC
| Topic | Link |
|---|---|
| How to safely store and use REDCap tokens in SAS | SAS and REDCap tokens |
| How to check the HTTP status of a PROC HTTP call | Checking the HTTP status of a PROC HTTP call |
| Sample | Link |
|---|---|
| Basic REDCap API call (bare-bones) | basic-api-call.sas |
| Basic REDCap API call (with HTTP error checking) | basic-api-call-pro.sas |