BookmarkSubscribeRSS Feed
ericageiger
Calcite | Level 5

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.

 

9 REPLIES 9
ChrisBrooks
Ammonite | Level 13

It's difficult to say - does it happen when you run a simple data step or any other code?

ericageiger
Calcite | Level 5

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;

error_prone
Barite | Level 11
Posting full log can help. Are you using a local installation of SAS UE?
ericageiger
Calcite | Level 5

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

ChrisBrooks
Ammonite | Level 13

How big is the file?

ericageiger
Calcite | Level 5

12.4 MB (13,079,103 bytes)

ChrisBrooks
Ammonite | Level 13
That is a rather large file for a Price Print - my guess is SAS is running out of resources attempting it....
ChrisBrooks
Ammonite | Level 13
Sorry Proc Print (autocorrect doh)
ericageiger
Calcite | Level 5

That's what i assumed, thank you so much! 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 9 replies
  • 1409 views
  • 0 likes
  • 3 in conversation