Hello,
I need a small help, when executing SAS PROC procedures like PROC REPORT or PROC SQL in SAS University Edition, an Excpetion is thrown stating, "An excpetion was thrown while sending packet to the peer."
Don't know the reason behind this. (The data I am executing is very large)
The failed execution and excpetion is becuase of large volume data.
Please share youe expert reviews for the same
Thanks in advance
How large is "very large", numbers of records and variables?
That's not a big dataset. I've used SAS UE on several million rows.
Restart your VM.
Restart everything in fact and clear your cache.
Then try again. If it doesn't work post the code and error.
Does it work if you run the exactly same code with much less data?
I believe SAS UE has a limitation of 1GB for SAS tables so if your variables are very generously assigned character vars then you could hit the limit.
SAS UE isn't designed for large data sets. Options to try and work around are to increase the RAM available if it's a memory intensive proc. This would be in your VM settings.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.