BookmarkSubscribeRSS Feed
4 REPLIES 4
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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

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