BookmarkSubscribeRSS Feed
5 REPLIES 5
ArthurBaines
Calcite | Level 5

Hi all,

 

I've had a version of R installed that was long-overdue for updating and now I am being forced to do so. In upgrading to R 4.4.0 I am getting errors trying to run R code from PC SAS 9.4 (TS1M7) via the PROC IML functionality, specifically the ExportDataSetToR function is failing and causing a critical error:

ArthurBaines_1-1718664340644.png

 

The errors above are from running the example code provided by SAS here, namely:

proc iml;
call ExportDataSetToR("Sashelp.Class", "df" );
submit / R;
   names(df)
endsubmit;

 

Anyone have ideas?

ArthurBaines
Calcite | Level 5

Thank you, Bart and Ksharp. That issue you linked to Bart seems like the likely culprit. I'll get in touch with our IT group and see if that hotfix solves it for me.

ArthurBaines
Calcite | Level 5

After I finally got some IT help, the J9L002 hot fix has resolved my issues. Thanks again for the diagnostic help!

sas-innovate-white.png

🚨 Early Bird Rate Extended!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Lock in the best rate now before the price increases on April 1.

Register now!

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 5 replies
  • 1651 views
  • 4 likes
  • 3 in conversation