BookmarkSubscribeRSS Feed

A SAS Macro to Interface SAS and R

Started ‎05-31-2022 by
Modified ‎05-31-2022 by
Views 3,281

I once had occasion to use SAS and R together to analyze data and report on my findings. I found that switching between the two disparate computing environments manually was cumbersome, so I investigated the possibility of combining SAS and R into a unified platform. The result was a SAS macro, %SUBMIT_R, that would apply R commands to a SAS dataset and essentially replicate the results of the SAS/IML submit/R code block.

 

I have attached the paper describing the use of the %SUBMIT_R macro as well as the macro itself. By using the %SUBMIT_R macro, you can obtain the same results as if you used the SAS/IML submit/R capability.

Comments

Good stuff.  I suspect @rogerjdeangelis will be interested in this approach.

Many thanks, just what I was looking for (as our department has no SAS/IML in their license).

Contributors
Version history
Last update:
‎05-31-2022 07:31 AM
Updated by:

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

SAS AI and Machine Learning Courses

The rapid growth of AI technologies is driving an AI skills gap and demand for AI talent. Ready to grow your AI literacy? SAS offers free ways to get started for beginners, business leaders, and analytics professionals of all skill levels. Your future self will thank you.

Get started

Article Tags