<?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 /debug within rsubmit block in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8504#M334</link>
    <description>Thanks for your response.  What I am really trying to do is run interactive sas on my pc using the debugger and point it at dataset(s) that are on a unix server.  Or, if possible run some type of interactive sas session on the unix box via x-server or something similar running on my client (a pc).  I can run data step / proc sql / proc XXXXXX within an rsubmit block against datasets on the unix box and direct output to my pc output window and log file but it will not invoke the debugger. I understand that I am connecting and executing a process on the unix server over tcp/ip so it seems like the debug would be something that could work.  I'll check with support tho for sure.

Message was edited by: mtd</description>
    <pubDate>Tue, 28 Sep 2010 18:42:46 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-09-28T18:42:46Z</dc:date>
    <item>
      <title>using /debug within rsubmit block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8502#M332</link>
      <description>I am trying to use the data step debugger within an rsubmit block and receiving and error message below.  I am connecting to a unix server and am able to run sas code from within an rsubmit block but not the debugger, is there a way to do this?&lt;BR /&gt;
&lt;BR /&gt;
2057  data _null_ /debug;&lt;BR /&gt;
2058&lt;BR /&gt;
2059      do i = 1 to 12;&lt;BR /&gt;
2060          x=i;&lt;BR /&gt;
2061      end;&lt;BR /&gt;
2062&lt;BR /&gt;
2063      putlog x=;&lt;BR /&gt;
2064  run;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Unable to initialize the DATA STEP Debugger environment.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Remote submit to MYNODE complete.

** I'm seeing that this question was asked earlier this year, sorry for the repost **&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
Message was edited by: mtd</description>
      <pubDate>Tue, 28 Sep 2010 17:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8502#M332</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-28T17:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: using /debug within rsubmit block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8503#M333</link>
      <description>Hi:&lt;BR /&gt;
  You might want to check with Tech Support on this, but it was my understanding that you needed an interactive session in order to use the Data Step Debugger. RSUBMIT commands do a remote submit to SAS on a server -- so there is no interactive window to the server -- usually, your results come back to the location you specify. &lt;BR /&gt;
&lt;BR /&gt;
  If, for example, you are using SAS Enterprise Guide, you cannot use the Data Step Debugger:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/10/681.html" target="_blank"&gt;http://support.sas.com/kb/10/681.html&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
  I have always used the Debugger in interactive mode. I don't know whether there is a "batch" or non-interactive mode for the Debugger.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 28 Sep 2010 18:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8503#M333</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-09-28T18:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: using /debug within rsubmit block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8504#M334</link>
      <description>Thanks for your response.  What I am really trying to do is run interactive sas on my pc using the debugger and point it at dataset(s) that are on a unix server.  Or, if possible run some type of interactive sas session on the unix box via x-server or something similar running on my client (a pc).  I can run data step / proc sql / proc XXXXXX within an rsubmit block against datasets on the unix box and direct output to my pc output window and log file but it will not invoke the debugger. I understand that I am connecting and executing a process on the unix server over tcp/ip so it seems like the debug would be something that could work.  I'll check with support tho for sure.

Message was edited by: mtd</description>
      <pubDate>Tue, 28 Sep 2010 18:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8504#M334</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-28T18:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: using /debug within rsubmit block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8505#M335</link>
      <description>If you rsubmit, you lose the interactive environment needed for the debugger.&lt;BR /&gt;
&lt;BR /&gt;
If you want to "run interactive sas on my pc using the debugger and point it at dataset(s) that are on a unix server", you need to create a remote library, and you can use the debugger on the PC. Google sas rls.&lt;BR /&gt;
&lt;BR /&gt;
If you want to "run some type of interactive sas session on the unix box via x-server", then your PC is not running sas, the server is, and you can use the debugger on the unix box. &lt;BR /&gt;
&lt;BR /&gt;
In both cases, no rsubmit. You can't have rsubmit and interactive datastep debugger.</description>
      <pubDate>Wed, 29 Sep 2010 01:40:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8505#M335</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2010-09-29T01:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: using /debug within rsubmit block</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8506#M336</link>
      <description>RLS does exaclty what I need, worked the first time. Thanks for your help.</description>
      <pubDate>Wed, 29 Sep 2010 02:17:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-debug-within-rsubmit-block/m-p/8506#M336</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-29T02:17:18Z</dc:date>
    </item>
  </channel>
</rss>

