<?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: SAS SPDS9 files comparition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518335#M140277</link>
    <description>&lt;P&gt;You can't compare &amp;lt;files&amp;gt; using PROC COMPARE, it will compare the data set as an object, regardless of the physical files. But perhaps you mean data sets/tables rather than files?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 09:50:48 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2018-12-04T09:50:48Z</dc:date>
    <item>
      <title>SAS SPDS9 files comparition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518219#M140222</link>
      <description>&lt;P&gt;how to compare two SPDS9 files using SAS Procedures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to convert SPDS files to SAS Datasets.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 20:19:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518219#M140222</guid>
      <dc:creator>maheshsompalli</dc:creator>
      <dc:date>2018-12-03T20:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SPDS9 files comparition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518255#M140241</link>
      <description>&lt;P&gt;1. &lt;FONT face="courier new,courier"&gt;proc compare&lt;/FONT&gt; is the data comparison utility in SAS. The underlying data engine does not matter.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&lt;FONT face="courier new,courier"&gt;proc copy&lt;/FONT&gt; from a SPDE library to a V9 library.&lt;/P&gt;
&lt;P&gt;SPDE tables tables present&amp;nbsp;many advantages over V9 tables though, so be sure that's actually what you want.&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 22:16:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518255#M140241</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-12-03T22:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SPDS9 files comparition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518335#M140277</link>
      <description>&lt;P&gt;You can't compare &amp;lt;files&amp;gt; using PROC COMPARE, it will compare the data set as an object, regardless of the physical files. But perhaps you mean data sets/tables rather than files?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 09:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518335#M140277</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-12-04T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SPDS9 files comparition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518566#M140368</link>
      <description>&lt;P&gt;So this means, we use Proc Copy to convert SPDS files to normal SAS Datasets. or using libname&amp;nbsp;&amp;lt;libref&amp;gt; SPDE &amp;lt;path&amp;gt; can also produce the same result? I have a small doubt in it.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 20:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518566#M140368</guid>
      <dc:creator>maheshsompalli</dc:creator>
      <dc:date>2018-12-04T20:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SPDS9 files comparition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518567#M140369</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So this means, we use Proc Copy to convert SPDS files to normal SAS Datasets. or using&amp;nbsp;&lt;/SPAN&gt;libname&lt;SPAN&gt;&amp;nbsp;&amp;lt;libref&amp;gt; SPDE &amp;lt;path&amp;gt; can also produce the same result? I have a small doubt in it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 20:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518567#M140369</guid>
      <dc:creator>maheshsompalli</dc:creator>
      <dc:date>2018-12-04T20:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS SPDS9 files comparition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518576#M140373</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;libname A&amp;nbsp;base 'path';&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;libname B spde 'path'; /* can be the same path */&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;proc copy&lt;/FONT&gt;&amp;nbsp;from B to A&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 20:53:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-SPDS9-files-comparition/m-p/518576#M140373</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-12-04T20:53:08Z</dc:date>
    </item>
  </channel>
</rss>

