<?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: Transfer status window in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944534#M370070</link>
    <description>&lt;P&gt;I think the solution still not works for me not because your solution is incorrect. It is because the remote server just use asynochrnous connection whatsoever. I cannot change this setting though I can see the transfer status window once. I closed the windowing environement during the download and I saw it. But I don't want to close the windowing environment as I have many files to download. Still I really appreciate your help.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 01:44:10 GMT</pubDate>
    <dc:creator>Hanyu</dc:creator>
    <dc:date>2024-09-19T01:44:10Z</dc:date>
    <item>
      <title>Transfer status window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944514#M370063</link>
      <description>When using proc download we are suppose to see the transfer Status window popping up automatically in the traditional SAS 9 programming environment. However even if I specify correctly the option CONNECTSTATUS=YES, I still cannot see the window anywhere. Any idea why? &lt;A href="https://documentation.sas.com/doc/en/connref/9.4/p1fze2aq2l54emn1y1z1twmsv4r8.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/connref/9.4/p1fze2aq2l54emn1y1z1twmsv4r8.htm&lt;/A&gt;&lt;BR /&gt;Documentation link is attached here.</description>
      <pubDate>Wed, 18 Sep 2024 22:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944514#M370063</guid>
      <dc:creator>Hanyu</dc:creator>
      <dc:date>2024-09-18T22:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer status window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944529#M370066</link>
      <description>&lt;P&gt;I assume you are running PROC DOWNLOAD in an RSUBMIT block inside the SAS Windowing Environment interface - is this correct? That status window will only show if you DON'T use WAIT = NO RSUBMIT option. In other words if WAIT = YES is used (which is the default action) then the window should display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may also be worth checking the CONNECTWAIT option is set:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option = connectwait;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Sep 2024 00:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944529#M370066</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-09-19T00:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer status window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944532#M370068</link>
      <description>You are completely correct. I also figure it out that I should use it outside the proc download. Otherwise it just tells the server SAS to show the Transfer status window since the proc is run on the remote server. Thank you for your reply.</description>
      <pubDate>Thu, 19 Sep 2024 01:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944532#M370068</guid>
      <dc:creator>Hanyu</dc:creator>
      <dc:date>2024-09-19T01:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer status window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944533#M370069</link>
      <description>&lt;P&gt;Hi I still cannot see it. I used&amp;nbsp; "rsubmit WAIT = YES ;" I also used "proc options option = connectwait; run;" to see the option. It says synchrnous connection is used. I won't retract the solution acknowledgment as you think the same as me. But I still cannot see the transfer window. I will keep thinking about it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 01:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944533#M370069</guid>
      <dc:creator>Hanyu</dc:creator>
      <dc:date>2024-09-19T01:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer status window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944534#M370070</link>
      <description>&lt;P&gt;I think the solution still not works for me not because your solution is incorrect. It is because the remote server just use asynochrnous connection whatsoever. I cannot change this setting though I can see the transfer status window once. I closed the windowing environement during the download and I saw it. But I don't want to close the windowing environment as I have many files to download. Still I really appreciate your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 01:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944534#M370070</guid>
      <dc:creator>Hanyu</dc:creator>
      <dc:date>2024-09-19T01:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer status window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944538#M370072</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2024-09-19_10-02-21.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100500i872EB4A156F50794/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snipaste_2024-09-19_10-02-21.png" alt="Snipaste_2024-09-19_10-02-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please see the snapshot of my transfer status window. I can see it once I closed the windowing environment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 02:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transfer-status-window/m-p/944538#M370072</guid>
      <dc:creator>Hanyu</dc:creator>
      <dc:date>2024-09-19T02:05:48Z</dc:date>
    </item>
  </channel>
</rss>

