This document discusses using SAS and R together. It describes how to call R from SAS using SAS/IML, and how to call SAS from R using knitr and Markdown. Key steps include setting up SAS to use R, exporting/importing datasets between the programs, and submitting R code from SAS. Limitations include running each chunk as a separate SAS job and needing permanent files to pass data between chunks.