<?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: Convert dataset to SAS V8 using SAS V9.2 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115526#M23791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;i=1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=have;run;/*this will tell you the current default engine SAS is using*/&lt;/P&gt;&lt;P&gt;/*This is to create a V8 library*/&lt;/P&gt;&lt;P&gt;libname v_8 v8 "h:\temp\v8"; &lt;/P&gt;&lt;P&gt; /*Do the conversion*/ &lt;/P&gt;&lt;P&gt;data v_8.have_v8;&lt;/P&gt;&lt;P&gt;set have;run;&lt;/P&gt;&lt;P&gt;/*To verify the engine of new table as V8*/&lt;/P&gt;&lt;P&gt;proc contents data=v_8.have_v8;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 14:39:49 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2013-01-04T14:39:49Z</dc:date>
    <item>
      <title>Convert dataset to SAS V8 using SAS V9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115525#M23790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;Can any one help me, there any ways to generate Dataset with SAS V8 using SAS V9.2&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Requirement&amp;nbsp; is to generate the datasets&amp;nbsp; with SAS version V8.0. I am having the SAS software of V9.2 and trying to do in many ways with Version SAS V9.2, i can not able to convert dataset to V8 using SAS V9.2.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help, should be appreciated&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards,&lt;/P&gt;&lt;P&gt;Yaswanth &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 14:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115525#M23790</guid>
      <dc:creator>yaswanthj</dc:creator>
      <dc:date>2013-01-04T14:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dataset to SAS V8 using SAS V9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115526#M23791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;i=1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=have;run;/*this will tell you the current default engine SAS is using*/&lt;/P&gt;&lt;P&gt;/*This is to create a V8 library*/&lt;/P&gt;&lt;P&gt;libname v_8 v8 "h:\temp\v8"; &lt;/P&gt;&lt;P&gt; /*Do the conversion*/ &lt;/P&gt;&lt;P&gt;data v_8.have_v8;&lt;/P&gt;&lt;P&gt;set have;run;&lt;/P&gt;&lt;P&gt;/*To verify the engine of new table as V8*/&lt;/P&gt;&lt;P&gt;proc contents data=v_8.have_v8;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 14:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115526#M23791</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-01-04T14:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dataset to SAS V8 using SAS V9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115527#M23792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yaswanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo's solution will create SAS V8 formatted data sets; we use it regularly.&amp;nbsp; If your client's requirement is truly to create the datasets "with SAS V8.0", then you have no choice but to license the old version.&amp;nbsp; Sometimes people in regulated industries are very specific about the software used as well as the data format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know of any way to back convert SAS catalogs in V8 (e.g. format libraries), so that may be a gotcha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 15:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115527#M23792</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-01-04T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dataset to SAS V8 using SAS V9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115528#M23793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps there is still the V7 engine which V8.0 should easily be able to read&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2013 23:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-dataset-to-SAS-V8-using-SAS-V9-2/m-p/115528#M23793</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2013-01-06T23:29:55Z</dc:date>
    </item>
  </channel>
</rss>

