<?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: Using DDE to open and close xlsX - disable compatibility pop up in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204859#M51027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;our version of sas" - consider upgrading...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 12:54:58 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2015-06-12T12:54:58Z</dc:date>
    <item>
      <title>Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204854#M51022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Wrote some code that opens and xlsx and saves as xls as our version of sas doesn't support "new" versions of Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only issue I have is that a pop up appears asking user to confirm compatibility issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to suppress this so the code can run without user having to click a button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 09:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204854#M51022</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2015-06-12T09:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204855#M51023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, that would be an Excel "feature".&amp;nbsp; I would recommend not using DDE, it is very old now and doesn't support any functionality since early Excel versions.&amp;nbsp; Is there a reason you cannot write out to tagset.excelxp?&amp;nbsp; That creates XML which Excel then interprets, gives most functionality.&amp;nbsp; Also, I always recommend using a tool other than Excel anyways.&amp;nbsp; Whatever task it is your doing will be far better suited using tools designed for the task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204855#M51023</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-06-12T12:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204856#M51024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for the reply, I'll look into tagset.excelp, can you suggest an good info sources?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to get xlsx files into sas. The data is sent as xlsx, I have no control of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take your point on the excel "feature". A pain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204856#M51024</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2015-06-12T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204857#M51025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have SAS/ACCESS to PC Files, look at these techniques:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PROC IMPORT with DBMS=XLSX (SAS 9.3 and later)&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2015/05/20/using-libname-xlsx-to-read-and-write-excel-files/"&gt;LIBNAME XLSX &lt;/A&gt;to read your XLSX file just like a collection of data sets (SAS 9.4)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an older version of SAS that doesn't support XLSX directly, you could try using &lt;A href="http://support.sas.com/kb/32/455.html"&gt;ODBC as described in this SAS note&lt;/A&gt;.&amp;nbsp; This requires SAS/ACCESS to ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:42:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204857#M51025</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-06-12T12:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204858#M51026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have sas 9.1 I'll have a look at the ODBC route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204858#M51026</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2015-06-12T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204859#M51027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;our version of sas" - consider upgrading...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:54:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204859#M51027</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-06-12T12:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204860#M51028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If only, I am a small contractor minnow in a sea of very large UK bank:smileymischief:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204860#M51028</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2015-06-12T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204861#M51029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I am a bit confused, are you just reading the file in?&amp;nbsp; If so then convert the file to CSV and use a datastep import - full control that way.&amp;nbsp; Proc import which has been suggested is just a guessing tool, you will have problems.&amp;nbsp; If the data is sent as XLSX, then that is your real problem.&amp;nbsp; Any proper data user will not send data as XLSX, seriously if that is their only pplication, use someone else, but even then, saving the file as CSV rather than XLSX would be preferable.&amp;nbsp; ODBC is an option, the thing you will face, and this is the case with anything in relation to Excel is that Excel is *&lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt;* a database or data transfer format.&amp;nbsp; I.e. the data is unstructured.&amp;nbsp;&amp;nbsp; Each cell has its own format/attributes, this view doesn't correlate to data processing/basing techinques.&amp;nbsp; You can of course work around this slightly by having and import document which states columns/datatypes etc.&amp;nbsp; Then if the file doesn't match them its not your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204861#M51029</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-06-12T13:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204862#M51030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to work with what I have ie xlsx. Saving to CSV misses the point. I want the whole process to be as seamless as possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am pretty sure the ODBC route will work, that should get me data straight into SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204862#M51030</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2015-06-12T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204863#M51031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can sympathize.&amp;nbsp; We can't always control the format of the data feeds we consume.&amp;nbsp; We have a couple of sayings in the US related to being a small cog in a large machine. One is about "the tail wagging the dog".&amp;nbsp; And the second is "some days you're the bug, and some days you're the windshield."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204863#M51031</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-06-12T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using DDE to open and close xlsX - disable compatibility pop up</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204864#M51032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works perfectly... (&lt;A href="http://support.sas.com/kb/32/455.htm" title="http://support.sas.com/kb/32/455.htm"&gt;http://support.sas.com/kb/32/455.htm&lt;/A&gt;l)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier; font-size: small;"&gt;libname boo oledb init_string="Provider=Microsoft.ACE.OLEDB.12.0; data source=C:\excelfiles\air.xlsx; extended Properties=Excel 12.0"; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier; font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier; font-size: small;"&gt;data new; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier; font-size: small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set boo.'air3'n; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier; font-size: small;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier; font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier; font-size: small;"&gt;Thanks folks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 14:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-DDE-to-open-and-close-xlsX-disable-compatibility-pop-up/m-p/204864#M51032</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2015-06-12T14:02:17Z</dc:date>
    </item>
  </channel>
</rss>

