<?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 SAS Connect RDisplay - How to display remote Log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261392#M50868</link>
    <description>&lt;P&gt;After my Rsubit statement I've been attempting to use the RDisplay statement to show the 'realtime' log output of my server-side program. &amp;nbsp;The server hostname is ISASPROD. I can't seem to get this working. &amp;nbsp;Is this what RDISPLAY is suppose to do? &amp;nbsp;Am I using the RDISPLAY statement in the wrong context or syntax? &amp;nbsp;Any help would be greatly appreciated.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rsubmit;
RDISPLAY remote=ISASPROD;
...more
endrsubmit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2016 13:56:38 GMT</pubDate>
    <dc:creator>buechler66</dc:creator>
    <dc:date>2016-04-05T13:56:38Z</dc:date>
    <item>
      <title>SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261392#M50868</link>
      <description>&lt;P&gt;After my Rsubit statement I've been attempting to use the RDisplay statement to show the 'realtime' log output of my server-side program. &amp;nbsp;The server hostname is ISASPROD. I can't seem to get this working. &amp;nbsp;Is this what RDISPLAY is suppose to do? &amp;nbsp;Am I using the RDISPLAY statement in the wrong context or syntax? &amp;nbsp;Any help would be greatly appreciated.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rsubmit;
RDISPLAY remote=ISASPROD;
...more
endrsubmit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 13:56:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261392#M50868</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-04-05T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261402#M50872</link>
      <description>Haven't tried but I wouldn't have it inside the rsubmit block, rather after.&lt;BR /&gt;Also note it only works for asynchronous remote submits.</description>
      <pubDate>Tue, 05 Apr 2016 14:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261402#M50872</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-05T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261409#M50874</link>
      <description>Am I correct in my understanding that this should show a real time remote log as it progresses thru my program?</description>
      <pubDate>Tue, 05 Apr 2016 14:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261409#M50874</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-04-05T14:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261432#M50881</link>
      <description>&lt;P&gt;What I'm trying to understand is if there's a way to see the progress of my Rsubmit code as it runs. &amp;nbsp;If this won't do it, is there a location on the remote server itself where it's writing the log? &amp;nbsp;I'd like to be able to see the progress of my longer programs as they run. And until the Rsubmit completes the only thing I see in the Log window is "NOTE: Remote submit to ISASPROD commencing.".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 15:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261432#M50881</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-04-05T15:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261438#M50883</link>
      <description>&lt;P&gt;Have you tried again given my input?&lt;/P&gt;
&lt;P&gt;Also, I would suspect this to work only from a DMS SAS session.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 15:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261438#M50883</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-05T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261439#M50884</link>
      <description>Perhaps I'm not understanding what 'asynchronous' remote submits are? I'm just running my program from the SAS client on Windows.</description>
      <pubDate>Tue, 05 Apr 2016 15:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261439#M50884</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-04-05T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261440#M50885</link>
      <description>DMS?</description>
      <pubDate>Tue, 05 Apr 2016 15:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261440#M50885</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-04-05T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect RDisplay - How to display remote Log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261499#M50907</link>
      <description>&lt;P&gt;DMS Display Manager System. It is now called the &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#p1g1z9eg910jban14ka4q6piemof.htm" target="_blank"&gt;SAS windowing environment &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You start SAS directly on your platform and not using some client GUI like SAS Enterprise Guide or SAS Studio&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 19:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-RDisplay-How-to-display-remote-Log/m-p/261499#M50907</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-04-05T19:31:38Z</dc:date>
    </item>
  </channel>
</rss>

