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:
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?
It may be this:
https://support.sas.com/kb/70/253.html
Bart
Hot fix for M7: https://tshf.sas.com/techsup/download/hotfix/HF2/J9L.html#70253
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.
After I finally got some IT help, the J9L002 hot fix has resolved my issues. Thanks again for the diagnostic help!
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.