<?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 sd2 datasets to sas7bdat in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345274#M10267</link>
    <description>&lt;P&gt;If you can stilll access the .sd2 files with your current SAS, a simple data step to a library that uses the v7 engine will do it.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2017 08:00:23 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-03-29T08:00:23Z</dc:date>
    <item>
      <title>Converting sd2 datasets to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345230#M10264</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have two questions that may be rather simple, but are confusing me nonetheless. First, I am using data ranging from 1980-2014, all of which are in the sas7bdat format. The years of 1980-2010 can be opened without an issue, but the remaining four receive an error in SAS and cannot seem to be opened. The log window in SAS shows an error stating the formats for the variables (2011-2014) cannot be found or loaded. It would assume that there wouldn't be much of an issue, since the all of the files are of the same type, but I'm fairly new to SAS, and haven't found a way to open these. If anyone could give me a few pointers, it would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also like to know if there is a way to convert what I understand to be older SAS datasets (.sd2) to the newer&amp;nbsp;sas7bdat (.sd7) file type. I have one dataset in former format, while the rest of the datasets I am using are in the latter. Again, any help would be wonderful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 02:32:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345230#M10264</guid>
      <dc:creator>jdlee333</dc:creator>
      <dc:date>2017-03-29T02:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting sd2 datasets to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345242#M10265</link>
      <description>&lt;P&gt;To tell SAS to ignore the fact that it cannot find the user defined formats that are linked to the variables in your datasets use the NOFMTERR option.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OPTIONS NOFMTERR:&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To convert the older datasets try using the V6 libname engine. &amp;nbsp;But note that unlike SAS7BDAT files the older V6 format was not portable across hardware/software platforms.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname in v6 'path';
libname out v9 'path';
proc copy inlib=in outlib=out;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 03:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345242#M10265</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-03-29T03:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Converting sd2 datasets to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345246#M10266</link>
      <description>&lt;P&gt;If you want to convert all old files in a library to the most recent format to be stored under a new library then you could also use Proc Migrate.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/70377/HTML/default/viewer.htm#p1kv04orx2cy03n1urntor37gzkz.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/70377/HTML/default/viewer.htm#p1kv04orx2cy03n1urntor37gzkz.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 03:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345246#M10266</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-03-29T03:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Converting sd2 datasets to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345274#M10267</link>
      <description>&lt;P&gt;If you can stilll access the .sd2 files with your current SAS, a simple data step to a library that uses the v7 engine will do it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 08:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345274#M10267</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-29T08:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting sd2 datasets to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345505#M10273</link>
      <description>&lt;P&gt;Thanks to all three of you. My issues have been resolved. I appreciate your time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/345505#M10273</guid>
      <dc:creator>jdlee333</dc:creator>
      <dc:date>2017-03-29T18:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting sd2 datasets to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/403530#M12263</link>
      <description>&lt;P&gt;I have .sd2 file.I am unable to open the file in SAS.Please help me to open the file&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:03:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/403530#M12263</guid>
      <dc:creator>king_aj</dc:creator>
      <dc:date>2017-10-12T13:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Converting sd2 datasets to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/403533#M12264</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/170927"&gt;@king_aj&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have .sd2 file.I am unable to open the file in SAS.Please help me to open the file&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This topic has been solved. Open a new topic on your own for your question, if &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;'s solution doesn't work at your site. Also open a track with SAS technical support, they might be able to help you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Converting-sd2-datasets-to-sas7bdat/m-p/403533#M12264</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-12T13:11:28Z</dc:date>
    </item>
  </channel>
</rss>

