<?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: SPDE files in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135103#M1886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide more information (logs, error messages, examples)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Apr 2014 15:44:38 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2014-04-27T15:44:38Z</dc:date>
    <item>
      <title>SPDE files</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135102#M1885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some SAS datasets that were created on Windows operation system (Base SAS 9.2). The files have been copied to a Base SAS 9.4 running on a UNIX environment. I am trying to convert these to SPDE data sets using PROC COPY but this does not seem to work. It seems this is becuase the datasets were created in a Windows operating system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone got any advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 12:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135102#M1885</guid>
      <dc:creator>msd83</dc:creator>
      <dc:date>2014-04-27T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: SPDE files</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135103#M1886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide more information (logs, error messages, examples)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 15:44:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135103#M1886</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-04-27T15:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: SPDE files</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135104#M1887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not clear how you use PROC COPY.&lt;/P&gt;&lt;P&gt;Basically, SPDE tables can never be copied/moved with non SAS tools - search paths etc is included in the metadata portion of the data set. To be able to use PROC COPY in the situation you describe, is to use it on a Remote Libname between the old Windows server and the UNIX server. This could work, but gives awful performance.&lt;/P&gt;&lt;P&gt;If you can use SAS/CONNECT, PROC DOWNLOAD is a far better option.&lt;/P&gt;&lt;P&gt;Otherwise, PROC CPORT/CIMPORT is a method that should be reliable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 17:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135104#M1887</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-04-27T17:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: SPDE files</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135105#M1888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the dataset option CEDA&lt;/P&gt;&lt;P&gt;(Stands for cross environment data access)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 17:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135105#M1888</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-04-27T17:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: SPDE files</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135106#M1889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, CEDA could work. But I believe that the tables still needs to be in it's original location, so ability to mount that Windows drive across the network is crucial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 06:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135106#M1889</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-04-28T06:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: SPDE files</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135107#M1890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the log information but I will try and provide when I run the PROC copy again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 08:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135107#M1890</guid>
      <dc:creator>msd83</dc:creator>
      <dc:date>2014-04-28T08:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: SPDE files</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135108#M1891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the idea, I will explore the CEDA option as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks LinusH as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 08:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SPDE-files/m-p/135108#M1891</guid>
      <dc:creator>msd83</dc:creator>
      <dc:date>2014-04-28T08:51:16Z</dc:date>
    </item>
  </channel>
</rss>

