<?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: SAS DDE to Excel 2013 freezes SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/303783#M60817</link>
    <description>&lt;P&gt;Still freezing is happned with closing Outlook 2013.But DDE worked with closing skype!! (FYI:My environment is Win 7,SAS ver9.4,EXCEL 2013.)&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2016 13:53:13 GMT</pubDate>
    <dc:creator>t_ar_taat</dc:creator>
    <dc:date>2016-10-11T13:53:13Z</dc:date>
    <item>
      <title>SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/208915#M51775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having issues since upgrading to Win 7 and 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code looks like this.&amp;nbsp; There also is a close routine, etc.&amp;nbsp; I added in the open in safe mode to see if that would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro OpenXL;&lt;/P&gt;&lt;P&gt;options noxwait noxsync;&lt;BR /&gt;x ' "C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.exe /s" ';&lt;BR /&gt;data _null_;&lt;BR /&gt;x=sleep(5);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;options noxwait noxsync missing=' ';&lt;BR /&gt;filename sas2xl dde 'excel|system';&lt;BR /&gt;data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; length fid rc start stop time 8;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fid=fopen('sas2xl','s');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (fid le 0) then do;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rc=system('start excel');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start=datetime();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stop=start+10;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do while (fid le 0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fid=fopen('sas2xl','s');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time=datetime();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (time ge stop) then fid=1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rc=fclose(fid);&lt;BR /&gt;run;&lt;BR /&gt;%mend;&lt;/P&gt;&lt;P&gt;%macro OpenShell;&lt;BR /&gt;filename cmds dde 'excel|system';&lt;BR /&gt;data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file cmds;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[error(false)]'; /*This suppresses errors that may occur if Excel is already open*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[open("C:\Template.xlsx")]';&lt;BR /&gt;run;&lt;BR /&gt;%mend;&lt;/P&gt;&lt;P&gt;%macro write_header(actnum, period, sheetname, range);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; filename data dde "excel|&amp;amp;sheetname!&amp;amp;range" notab;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; data _null_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set details_&amp;amp;actnum(obs=1);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file data lrecl=1000 stopover;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put actnam;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put actnum;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put "&amp;amp;period";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '12345';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; put '12-3456789';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;%mend;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 17:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/208915#M51775</guid>
      <dc:creator>Drez</dc:creator>
      <dc:date>2015-08-27T17:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/208916#M51776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the full code submitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what version of Excel. I've run DDE on Windows 7 with Excel 2010 and 2013 with no issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 17:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/208916#M51776</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-27T17:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/224427#M53791</link>
      <description>&lt;P&gt;One possibly quick thing to look for may be in your environment. If you are operating in a server enviroment then your admin may have disabled the X command. Or it may have been disabled by configuration.&lt;/P&gt;&lt;P&gt;Run code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc options group=envdisplay;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And examine results for XCMD. If it does not say something like "The X Command is valid in this SAS session" that would be the first item to address. Note that this option does block DDE if off.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/224427#M53791</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-09-08T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/224823#M53874</link>
      <description>&lt;P&gt;Does the X command open an Excel session? If not paste the command into a Windows command line to check that it works. I'm assuming here that you are running this on your PC in a local SAS session - this is the only way DDE will work.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 19:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/224823#M53874</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-09-09T19:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/228221#M54255</link>
      <description>&lt;UL&gt;&lt;LI&gt;I'm having the same issue.&lt;/LI&gt;&lt;LI&gt;The code below works on a computer in my environment with Excel 2010, but freezes SAS on a separate computer with Excel 2013.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noxwait&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noxsync&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;xmin&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;filename&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; sas2xl &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dde&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'excel|system'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;_null_&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;length&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; fid rc start stop time &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;fid = fopen(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'sas2xl'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'s'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; (fid le &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;do&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;rc = system(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'start excel'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;start = datetime();&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;stop = start+&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;10&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;do&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;while&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; (fid le &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;fid = fopen(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'sas2xl'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'s'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;time=datetime();&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; (time ge stop) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; fid = &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;end&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;end&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;rc=fclose(fid);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/228221#M54255</guid>
      <dc:creator>senorsmile</dc:creator>
      <dc:date>2015-10-02T15:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/228225#M54256</link>
      <description>Now I'm getting inconsistent results. The code above froze SAS from a brand new SAS session. I just tried a different program on the Excel 2013 computer with the same components and it worked.</description>
      <pubDate>Fri, 02 Oct 2015 15:16:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/228225#M54256</guid>
      <dc:creator>senorsmile</dc:creator>
      <dc:date>2015-10-02T15:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/232940#M54781</link>
      <description>&lt;P&gt;The issue does not occur when I have Outlook 2013 closed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this resolves the issue for anyone else, please let us know.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/232940#M54781</guid>
      <dc:creator>senorsmile</dc:creator>
      <dc:date>2015-11-03T18:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/303783#M60817</link>
      <description>&lt;P&gt;Still freezing is happned with closing Outlook 2013.But DDE worked with closing skype!! (FYI:My environment is Win 7,SAS ver9.4,EXCEL 2013.)&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 13:53:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/303783#M60817</guid>
      <dc:creator>t_ar_taat</dc:creator>
      <dc:date>2016-10-11T13:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DDE to Excel 2013 freezes SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/361210#M64473</link>
      <description>&lt;P&gt;Skype was the culprit for me too! Thanks very much!&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 13:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-to-Excel-2013-freezes-SAS/m-p/361210#M64473</guid>
      <dc:creator>BPatterson17</dc:creator>
      <dc:date>2017-05-24T13:48:31Z</dc:date>
    </item>
  </channel>
</rss>

