<?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: Problem with Proc Download SAS jupyer? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384326#M65645</link>
    <description>&lt;P&gt;Tom, Please see the figure that is attached at the bottom. The first code is just to make sure that connection is working before the download,&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2017 15:37:39 GMT</pubDate>
    <dc:creator>Shayan2012</dc:creator>
    <dc:date>2017-07-31T15:37:39Z</dc:date>
    <item>
      <title>Problem with Proc Download SAS Jupyter notebook?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384321#M65643</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;# python code heret&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have recently started to use the SAS Jupyter notebook in&amp;nbsp;my university. It works generally well, but I have a problem if I want to do some downloads from rsubmit sessions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A remote session like this works okay:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
signon username=.....;
rsubmit;

data c;
    set crsp.dsf;
    if _n_ = 2;
run;

endrsubmit;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and I get a log with no problems:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
NOTE: There were 90591326 observations read from the data set CRSP.DSF.
NOTE: The data set WORK.C has 1 observations and 20 variables.
NOTE: DATA statement used (Total process time):
      real time           4.65 seconds
      cpu time            4.64 seconds
      

NOTE: Remote submit to WRDS complete.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if I want to download the file, it seems to be a problem there. The * (see picture below) never goes away, which I think it might mean that it is still working? and it gives me no log at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I check the folders, there is a file created as file c, but it is empty. Is there something that I shoud do to solve the problem? does it have anything to do with Jupyter notebook, or what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another point: I am not sure if it matters or not, but I am running the code on a server on my university computers, not my local computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always,&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14246iDBC1A0FD02543A40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.jpg" alt="Untitled.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:31:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384321#M65643</guid>
      <dc:creator>Shayan2012</dc:creator>
      <dc:date>2017-07-31T16:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Proc Download SAS jupyer?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384325#M65644</link>
      <description>&lt;P&gt;I do not see anywhere in your code where you ever attempted to download anything.&lt;/P&gt;
&lt;P&gt;You connected to a remote SAS session and ran a data step to create a WORK dataset on the remote session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you want to "download"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:35:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384325#M65644</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-31T15:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Proc Download SAS jupyer?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384326#M65645</link>
      <description>&lt;P&gt;Tom, Please see the figure that is attached at the bottom. The first code is just to make sure that connection is working before the download,&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:37:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384326#M65645</guid>
      <dc:creator>Shayan2012</dc:creator>
      <dc:date>2017-07-31T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Proc Download SAS jupyer?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384327#M65646</link>
      <description>&lt;P&gt;So what does the SAS log say?&lt;/P&gt;
&lt;P&gt;Post the log as text, not photographs.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384327#M65646</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-31T15:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Proc Download SAS jupyer?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384330#M65647</link>
      <description>See that is the problem. I get no log. When you use Jupyter notebook, if the code is running and it is busy, there will be a star beside the code (as I marked it on the figure). The code remains in that situation and never ends, which is odd since it should not take more than a minute. &lt;BR /&gt;&lt;BR /&gt;If I use it on SAS simply, I do not have a problem.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:46:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384330#M65647</guid>
      <dc:creator>Shayan2012</dc:creator>
      <dc:date>2017-07-31T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Proc Download SAS jupyer?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384335#M65649</link>
      <description>&lt;P&gt;Add STATUS=N to the PROC DOWNLOAD statement. &amp;nbsp;Perhaps it is trying to show the progress of the download.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also arre you sure that you have write access to the target library? &amp;nbsp;What happens when you write to WORK library instead?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:55:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384335#M65649</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-31T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Proc Download SAS jupyer?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384337#M65650</link>
      <description>Thanks a lot, Tom! It was resolved when I added status = N statement! I am such an amateur!</description>
      <pubDate>Mon, 31 Jul 2017 16:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-Proc-Download-SAS-Jupyter-notebook/m-p/384337#M65650</guid>
      <dc:creator>Shayan2012</dc:creator>
      <dc:date>2017-07-31T16:03:33Z</dc:date>
    </item>
  </channel>
</rss>

