<?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: Converting a .ssd01 to .sas7bdat in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339356#M272592</link>
    <description>&lt;P&gt;The first support note tells you exactly what the SAS solution would be: &lt;FONT color="#339966"&gt;To circumvent the problem, convert SAS data sets to the V9 format using SAS 9.xx on an operating system for which there was a SAS 6.xx release.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;That would likely also involve a 32 bit system not 64.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is there are some older file format translation problems that may be able to turn the SSD to another format though likely not the latest sasybdat. I would suggest making a CSV file and importing that. Maybe something like DBMSCopy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or see if your data source happens to have an original text file and programs to remake the set from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 19:08:27 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-03-08T19:08:27Z</dc:date>
    <item>
      <title>Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339338#M272590</link>
      <description>&lt;P&gt;I have a .ssd01 file I need to convert to a .sas7bdat file.&lt;/P&gt;&lt;P&gt;I initially tried to do this on linux (where the file was created), but it appears there is no v6 engine in Linux 9.4:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/34/762.html" target="_blank"&gt;http://support.sas.com/kb/34/762.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So I attempted it on windows (using data step, proc copy), but SAS on&amp;nbsp;windows does not&amp;nbsp;recognize the files because they were created in Linux.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/44/490.html" target="_blank"&gt;http://support.sas.com/kb/44/490.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have also tried proc cport/cimport and xport, but they seem to require me to use v6 (they say the file does not exist, or the directory is empty).&lt;/P&gt;&lt;P&gt;Does anyone know a way to&amp;nbsp;accomplish this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 18:25:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339338#M272590</guid>
      <dc:creator>tyi7689okt</dc:creator>
      <dc:date>2017-03-08T18:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339353#M272591</link>
      <description>As per the note, it couldn't been created in Linux. You need to figure out on what platform it was created. &lt;BR /&gt;Where did you the file?</description>
      <pubDate>Wed, 08 Mar 2017 19:03:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339353#M272591</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-03-08T19:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339356#M272592</link>
      <description>&lt;P&gt;The first support note tells you exactly what the SAS solution would be: &lt;FONT color="#339966"&gt;To circumvent the problem, convert SAS data sets to the V9 format using SAS 9.xx on an operating system for which there was a SAS 6.xx release.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;That would likely also involve a 32 bit system not 64.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is there are some older file format translation problems that may be able to turn the SSD to another format though likely not the latest sasybdat. I would suggest making a CSV file and importing that. Maybe something like DBMSCopy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or see if your data source happens to have an original text file and programs to remake the set from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339356#M272592</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-08T19:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339358#M272593</link>
      <description>&lt;P&gt;It was from&amp;nbsp;a server where we keed&amp;nbsp;archived files.&amp;nbsp; So there's no way for me to convert it just using windows or linux?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 19:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339358#M272593</guid>
      <dc:creator>tyi7689okt</dc:creator>
      <dc:date>2017-03-08T19:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339385#M272594</link>
      <description>&lt;P&gt;I'd suggest opening a track with SAS Tech Support on this. They may be able to identify the operating system the file was originally created if you can provide a copy for them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the following reference the V6 dataset was created on HP-UX, Sun, Solaris, AIX, or MIP ABI Unix and would have been SAS version 6.09 / 6.10 / 6.11 &amp;nbsp;/ 6.12. Linux wasn't supported by SAS then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a000987012.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a000987012.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 23:07:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/339385#M272594</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-03-08T23:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/340831#M272595</link>
      <description>&lt;P&gt;Thanks everyone for the suggestions.&amp;nbsp; I ended up finding an archived transfer file of the dataset I was able to use.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/340831#M272595</guid>
      <dc:creator>tyi7689okt</dc:creator>
      <dc:date>2017-03-14T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/429379#M272596</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm from China, yubo Xiao an student in a research group in university.&lt;/P&gt;&lt;P&gt;Now i met the same problem as you described in this forum. And the data is important for our research (the data was from 20+ years ago). I have tried several ways but it did't seem to be done (including different version of sas had been used excepted 9.2 32bit SAS).&lt;/P&gt;&lt;P&gt;Might you provide some information or methods about how to complete the data conversion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your reply！&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yubo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 14:49:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/429379#M272596</guid>
      <dc:creator>renzhexiaohou</dc:creator>
      <dc:date>2018-01-20T14:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/429499#M272597</link>
      <description>&lt;P&gt;You can open the file in notepad to ascertain how it was created.&lt;/P&gt;
&lt;P&gt;The header will contain something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 465px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18011i3181BD1FC1BBD1D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is binary information, but also a string showing the platform and SAS version used for creation.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 22:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/429499#M272597</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-01-21T22:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a .ssd01 to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/429550#M272598</link>
      <description>Try &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;'s suggestion:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Open-SD2-file-and-convert-to-CSV/m-p/403548/highlight/true#M98063" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Open-SD2-file-and-convert-to-CSV/m-p/403548/highlight/true#M98063&lt;/A&gt;</description>
      <pubDate>Mon, 22 Jan 2018 07:24:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-a-ssd01-to-sas7bdat/m-p/429550#M272598</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-01-22T07:24:05Z</dc:date>
    </item>
  </channel>
</rss>

