<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Proc Print Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398420#M96398</link>
    <description>&lt;P&gt;How big is the file?&lt;/P&gt;</description>
    <pubDate>Sun, 24 Sep 2017 23:30:13 GMT</pubDate>
    <dc:creator>ChrisBrooks</dc:creator>
    <dc:date>2017-09-24T23:30:13Z</dc:date>
    <item>
      <title>Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/397191#M95972</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I was wondering if anyone can help me with a proc print issue.&lt;/P&gt;&lt;P&gt;I run the code and this error message appears, " An excpetion was thrown while sending a packet to the peer."&lt;/P&gt;&lt;P&gt;I am in the SAS University edition.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 17:16:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/397191#M95972</guid>
      <dc:creator>ericageiger</dc:creator>
      <dc:date>2017-09-24T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/397198#M95975</link>
      <description>&lt;P&gt;It's difficult to say - does it happen when you run a simple data step or any other code?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 17:01:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/397198#M95975</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-19T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/397200#M95976</link>
      <description>Posting full log can help. Are you using a local installation of SAS UE?</description>
      <pubDate>Tue, 19 Sep 2017 17:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/397200#M95976</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-09-19T17:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398399#M96383</link>
      <description>&lt;P&gt;libname IPUMS '/folders/myfolders';&lt;BR /&gt;proc import datafile='/folders/myfolders/sasuser.v94/sasdata/ipumsdata.csv'&lt;BR /&gt;out=ipums.ipums&lt;BR /&gt;DBMS=csv replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data=ipums.ipums;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imported a csv file and created my own library, could it be&amp;nbsp;because the file is too large? and yes local&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 17:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398399#M96383</guid>
      <dc:creator>ericageiger</dc:creator>
      <dc:date>2017-09-24T17:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398400#M96384</link>
      <description>&lt;P&gt;this is the code i used----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname IPUMS '/folders/myfolders';&lt;BR /&gt;proc import datafile='/folders/myfolders/sasuser.v94/sasdata/ipumsdata.csv'&lt;BR /&gt;out=ipums.ipums&lt;BR /&gt;DBMS=csv replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data=ipums.ipums;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 17:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398400#M96384</guid>
      <dc:creator>ericageiger</dc:creator>
      <dc:date>2017-09-24T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398420#M96398</link>
      <description>&lt;P&gt;How big is the file?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 23:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398420#M96398</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-24T23:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398545#M96424</link>
      <description>&lt;P&gt;12.4 MB (13,079,103 bytes)&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398545#M96424</guid>
      <dc:creator>ericageiger</dc:creator>
      <dc:date>2017-09-25T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398550#M96427</link>
      <description>That is a rather large file for a Price Print - my guess is SAS is running out of resources attempting it....</description>
      <pubDate>Mon, 25 Sep 2017 14:28:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398550#M96427</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-25T14:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398552#M96428</link>
      <description>Sorry Proc Print (autocorrect doh)</description>
      <pubDate>Mon, 25 Sep 2017 14:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398552#M96428</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-25T14:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398595#M96439</link>
      <description>&lt;P&gt;That's what i assumed, thank you so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 16:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-Error/m-p/398595#M96439</guid>
      <dc:creator>ericageiger</dc:creator>
      <dc:date>2017-09-25T16:00:50Z</dc:date>
    </item>
  </channel>
</rss>

