Hi!
I was wondering if anyone can help me with a proc print issue.
I run the code and this error message appears, " An excpetion was thrown while sending a packet to the peer."
I am in the SAS University edition.
Thanks.
It's difficult to say - does it happen when you run a simple data step or any other code?
this is the code i used----
libname IPUMS '/folders/myfolders';
proc import datafile='/folders/myfolders/sasuser.v94/sasdata/ipumsdata.csv'
out=ipums.ipums
DBMS=csv replace;
run;
proc print data=ipums.ipums;
run;
libname IPUMS '/folders/myfolders';
proc import datafile='/folders/myfolders/sasuser.v94/sasdata/ipumsdata.csv'
out=ipums.ipums
DBMS=csv replace;
run;
proc print data=ipums.ipums;
run;
I imported a csv file and created my own library, could it be because the file is too large? and yes local
How big is the file?
12.4 MB (13,079,103 bytes)
That's what i assumed, thank you so much!
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.