<?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: Error while refreshing Pivot data from sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739139#M230659</link>
    <description>&lt;P&gt;Looks like you are trying to communicate with Excel using DDE which is no longer supported by Microsoft in the most recent versions of Office.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would need to know what your complete use case is before suggesting alternative approaches.&lt;/P&gt;</description>
    <pubDate>Wed, 05 May 2021 05:46:26 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-05-05T05:46:26Z</dc:date>
    <item>
      <title>Error while refreshing Pivot data from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739126#M230653</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already opened excel file but while running below code, I am not able to refresh my pivot sheet -&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;file Excel;&lt;BR /&gt;put '[workbook.select("Pivot")]';&lt;BR /&gt;put '[error(false)]';&lt;BR /&gt;put '[select("A3B5")]';&lt;BR /&gt;put "[pivot.refresh()]";&lt;BR /&gt;Put '[save.as("'"&amp;amp;excel_file_out_lan."'")]';&lt;BR /&gt;put '[error(false)]';&lt;BR /&gt;put '[close.ALL()]';&lt;BR /&gt;Put "[quit()]";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error -&amp;nbsp;FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can someone help me? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 01:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739126#M230653</guid>
      <dc:creator>nitink26</dc:creator>
      <dc:date>2021-05-05T01:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error while refreshing Pivot data from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739127#M230654</link>
      <description>&lt;P&gt;I forgot to mention that I tried available solutions but it didn't work for me. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 01:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739127#M230654</guid>
      <dc:creator>nitink26</dc:creator>
      <dc:date>2021-05-05T01:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while refreshing Pivot data from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739139#M230659</link>
      <description>&lt;P&gt;Looks like you are trying to communicate with Excel using DDE which is no longer supported by Microsoft in the most recent versions of Office.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would need to know what your complete use case is before suggesting alternative approaches.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 05:46:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739139#M230659</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-05T05:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while refreshing Pivot data from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739241#M230703</link>
      <description>&lt;P&gt;If this is a DDE attempt and you have not previously had DDE "working" properly you may have other software interfering with the communication channels DDE uses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had one job that was run annually that failed at DDE calls. Found out that CISCO Jabber application loaded since the last run used those channels and caused the failure. There may not be any quick fix as I had to KILL the process not shut down an active program but go into Task Manager and Kill the Jabber process to allow the program to run.&lt;/P&gt;
&lt;P&gt;If you are having a similar issue with a different program you may have serious issues with such depending on the nature of the other program, not mention just finding which one(s) may be involved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since formal support for DDE has been non-existent for a number of years another approach may be in order.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 15:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739241#M230703</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-05-05T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while refreshing Pivot data from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739955#M231044</link>
      <description>&lt;P&gt;DDE is working fine as I am able to save the Excel workbook but if I try to refresh the pivot I got the error.&lt;/P&gt;&lt;P&gt;is the code correct to refresh the Pivot table sheet? Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 09:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-refreshing-Pivot-data-from-sas/m-p/739955#M231044</guid>
      <dc:creator>nitink26</dc:creator>
      <dc:date>2021-05-08T09:34:58Z</dc:date>
    </item>
  </channel>
</rss>

