<?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 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print/m-p/236488#M55245</link>
    <description>Which apart is taking a long time to run. Also, you don't need the first two steps - combine those into your proc sort to help speed things up:&lt;BR /&gt;&lt;BR /&gt;proc sort data=hwtest.whq_e out=h477;&lt;BR /&gt;by seqn;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;And as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/59783"&gt;@pearsoninst&lt;/a&gt; mentioned, remove the proc print. &lt;BR /&gt;</description>
    <pubDate>Wed, 25 Nov 2015 19:57:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-11-25T19:57:30Z</dc:date>
    <item>
      <title>Proc Print</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print/m-p/236466#M55234</link>
      <description>&lt;P&gt;I have a simple code such as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;libname hwtest '/folders/myfolders/HPA477';&lt;BR /&gt;&lt;BR /&gt;data h477;&lt;BR /&gt;set hwtest.whq_e;&lt;BR /&gt;run;&lt;BR /&gt;data h4772;&lt;BR /&gt;set hwtest.demo_e;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc sort data =h477;&lt;BR /&gt;by seqn;&lt;BR /&gt;run;&lt;BR /&gt;proc sort data=h4772;&lt;BR /&gt;by seqn;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data merged;&lt;BR /&gt;merge h477 h4772;&lt;BR /&gt;by seqn;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc print data=merged;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;that is taking a very long time to run and I have to cancel each time. This is SAS University Edition .&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 17:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print/m-p/236466#M55234</guid>
      <dc:creator>UIC_Student</dc:creator>
      <dc:date>2015-11-25T17:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print/m-p/236469#M55235</link>
      <description>For Long dataset it is good not to print just see the dataset as dataset or Export the dataset and explore..</description>
      <pubDate>Wed, 25 Nov 2015 18:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print/m-p/236469#M55235</guid>
      <dc:creator>pearsoninst</dc:creator>
      <dc:date>2015-11-25T18:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print/m-p/236488#M55245</link>
      <description>Which apart is taking a long time to run. Also, you don't need the first two steps - combine those into your proc sort to help speed things up:&lt;BR /&gt;&lt;BR /&gt;proc sort data=hwtest.whq_e out=h477;&lt;BR /&gt;by seqn;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;And as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/59783"&gt;@pearsoninst&lt;/a&gt; mentioned, remove the proc print. &lt;BR /&gt;</description>
      <pubDate>Wed, 25 Nov 2015 19:57:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print/m-p/236488#M55245</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-25T19:57:30Z</dc:date>
    </item>
  </channel>
</rss>

