<?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>JasmineChia Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>JasmineChia Tracker</description>
    <pubDate>Sat, 16 May 2026 19:42:26 GMT</pubDate>
    <dc:date>2026-05-16T19:42:26Z</dc:date>
    <item>
      <title>DDE: Data Step running but Not Responding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30320#M5771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an update, I realised that after I restart my computer, open the CreateCSVFiles.xls, run the program. I am able to run the program successfully after that even after I restart my SAS program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I restart my computer, I need to go through the steps above again. Just wondering if anyone out there able to explain to me why this situation is happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 02:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30320#M5771</guid>
      <dc:creator>JasmineChia</dc:creator>
      <dc:date>2011-10-20T02:48:26Z</dc:date>
    </item>
    <item>
      <title>DDE: Data Step running but Not Responding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30318#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My original code is longer than this and does more thing than this. Right now I'm just trying to eliminate other unnecessary codes to find out what prompted my sas program to not respond. So I realised my program will stop responding whenever it tries to open CreateCSVFiles.xls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 01:37:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30318#M5769</guid>
      <dc:creator>JasmineChia</dc:creator>
      <dc:date>2011-10-19T01:37:10Z</dc:date>
    </item>
    <item>
      <title>DDE: Data Step running but Not Responding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30316#M5767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can get through the first data step and successfully initiate my excel 2003, so I don't think it's the path problem, but after that my program will go into an infinite loop and stop responding, or so it seems to me. The problem seems to start at the 2nd data step. In the past I am able to open up the CreateCSVFiles.xls but not sure why now I can't do that anymore. I have also tried running other similar DDE program and failed at the part where I need to open the excel file (not initiate excel program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated my Windows once, so I'm not sure if this contributes to the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 01:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30316#M5767</guid>
      <dc:creator>JasmineChia</dc:creator>
      <dc:date>2011-10-19T01:09:01Z</dc:date>
    </item>
    <item>
      <title>DDE: Data Step running but Not Responding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30314#M5765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following are my line of codes that I've been trying to run on my SAS. Previously it was running ok with occasional error but lately I have been unsuccessful when running this code. I keep getting error where my SAS program will not respond then I will have to do a CTRL+ALT+DEL and kill the SAS program. I can't seem to decipher the error and failed to find any solution, these are just lines I copy from the Internet and it used to work fine. Can someone please enlighten me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options noxwait noxsync;&lt;/P&gt;&lt;P&gt;x '"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.exe"';&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;x=sleep(5);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename ddecmd dde 'excel|system';&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file ddecmd;&lt;/P&gt;&lt;P&gt;put '[FILE-OPEN("C:\My Projects\Temp\Data Capture\CreateCSVFiles.xls")]';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file ddecmd;&lt;/P&gt;&lt;P&gt;put '[FILE-CLOSE("C:\My Projects\Temp\Data Capture\CreateCSVFiles.xls")]';&lt;/P&gt;&lt;P&gt;put '[QUIT()]';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 08:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DDE-Data-Step-running-but-Not-Responding/m-p/30314#M5765</guid>
      <dc:creator>JasmineChia</dc:creator>
      <dc:date>2011-10-18T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Retrieving data using Microsoft Access</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Retrieving-data-using-Microsoft-Access/m-p/632#M47</link>
      <description>Good day,&lt;BR /&gt;
Is it possible for me to obtain data from SAS data set using Microsoft Access without writing code in Base SAS, ie. using SAS ODBC?&lt;BR /&gt;
&lt;BR /&gt;
Currently i'm trying to use Microsoft Access to retrieve data from SAS data set that is residing on a UNIX server.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 16 May 2006 04:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Retrieving-data-using-Microsoft-Access/m-p/632#M47</guid>
      <dc:creator>JasmineChia</dc:creator>
      <dc:date>2006-05-16T04:06:20Z</dc:date>
    </item>
  </channel>
</rss>

