<?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: V9 vs xlsx engines in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/V9-vs-xlsx-engines/m-p/702391#M25904</link>
    <description>&lt;P&gt;You cannot open a V9 sas dataset with excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But a xlsx library identifies an excel file readable and writable with excel.&amp;nbsp; Yet SAS can also read/write to it, treating it as a "foreign" storage format.&amp;nbsp; SAS can read/write to a number of foreign formats (traditionally spss, osiris, more recently json, xml) implemented by corresponding engine options in a libname statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 04:38:52 GMT</pubDate>
    <dc:creator>mkeintz</dc:creator>
    <dc:date>2020-11-30T04:38:52Z</dc:date>
    <item>
      <title>V9 vs xlsx engines</title>
      <link>https://communities.sas.com/t5/New-SAS-User/V9-vs-xlsx-engines/m-p/702356#M25897</link>
      <description>&lt;PRE&gt;proc import datafile="/folders/myfolders/storm_damage.csv"&lt;BR /&gt;dbms=csv out =storm_damage_import replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc contents data=storm_damage_import;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;This code displays a V9 engine.&lt;/P&gt;&lt;PRE&gt;libname xlstorm xlsx "/folders/myfolders/storm.xlsx";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc contents data=xlstorm.storm_summary;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;this code displays an xlsx engine. What is the physical meaning and differences of these engines?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 21:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/V9-vs-xlsx-engines/m-p/702356#M25897</guid>
      <dc:creator>anming</dc:creator>
      <dc:date>2020-11-29T21:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: V9 vs xlsx engines</title>
      <link>https://communities.sas.com/t5/New-SAS-User/V9-vs-xlsx-engines/m-p/702358#M25899</link>
      <description>&lt;P&gt;V9 is the default SAS engine for reading and writing SAS datasets:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=engsas7bdat&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=engsas7bdat&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This engine is capable of reading external data files, including CSV files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The XLSX engine is used for reading and writing Excel workbooks in XLSX format, usually designated by the XLSX file extension:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=acpcref&amp;amp;docsetTarget=n0oj9f6i838mymn148890ckla700.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=acpcref&amp;amp;docsetTarget=n0oj9f6i838mymn148890ckla700.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many other engines available in SAS used for reading and writing external data files and databases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 22:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/V9-vs-xlsx-engines/m-p/702358#M25899</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-11-29T22:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: V9 vs xlsx engines</title>
      <link>https://communities.sas.com/t5/New-SAS-User/V9-vs-xlsx-engines/m-p/702391#M25904</link>
      <description>&lt;P&gt;You cannot open a V9 sas dataset with excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But a xlsx library identifies an excel file readable and writable with excel.&amp;nbsp; Yet SAS can also read/write to it, treating it as a "foreign" storage format.&amp;nbsp; SAS can read/write to a number of foreign formats (traditionally spss, osiris, more recently json, xml) implemented by corresponding engine options in a libname statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 04:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/V9-vs-xlsx-engines/m-p/702391#M25904</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2020-11-30T04:38:52Z</dc:date>
    </item>
  </channel>
</rss>

