<?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: proc import xlsx from url in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636355#M189052</link>
    <description>&lt;P&gt;Oh, I see. WPS. And fcopy was mentioned. Apologies for my hasty comment then. &lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Mar 2020 20:26:22 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-03-31T20:26:22Z</dc:date>
    <item>
      <title>proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635834#M188833</link>
      <description>&lt;P&gt;Hi, I have tried all sorts of code combinations to import the following...&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT color="#0000FF"&gt;&lt;A href="https://fingertips.phe.org.uk/documents/Historic" target="_blank"&gt;https://fingertips.phe.org.uk/documents/Historic&lt;/A&gt; COVID-19 Dashboard Data.xlsx&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;This code being one combination....&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="s1"&gt;filename&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; xlsxFile http &lt;/SPAN&gt;"&lt;A href="https://fingertips.phe.org.uk/documents/Historic" target="_blank"&gt;https://fingertips.phe.org.uk/documents/Historic&lt;/A&gt; COVID-19 Dashboard Data.xlsx"&lt;SPAN class="s2"&gt; ;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;import&lt;/STRONG&gt; file&lt;SPAN class="s2"&gt;=xlsxfile&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;out&lt;/SPAN&gt;=phe_ftip&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;dbms&lt;SPAN class="s2"&gt;=&lt;/SPAN&gt;xlsx replace&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;sheet&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;=&lt;/SPAN&gt;"UTLAs"&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;GUESSINGROWS&lt;SPAN class="s2"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;1000000&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="s2"&gt;The error I get is:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN class="s2"&gt;ERROR: Input file https:\\fingertips.phe.org.uk\documents\Historic COVID-19 Dashboard Data.xlsx specified for DATAFILE= could not be found&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="s2"&gt;I can download the file manually so am confused as to where I am going wrong.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="s2"&gt;Any help appreciated.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="s2"&gt;Cheers&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class="s2"&gt;Andrew&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 14:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635834#M188833</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-30T14:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635838#M188835</link>
      <description>does not look like the file exists, I was not able to download it manually. are you sure the file name is correct?</description>
      <pubDate>Mon, 30 Mar 2020 15:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635838#M188835</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-30T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635881#M188849</link>
      <description>&lt;P&gt;Thanks for your reply Ghosh.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just copied all the text between the quotes and put it into Chrome address window and it found the file and opened in Excel.&lt;/P&gt;
&lt;P&gt;If you just clicked on the link, agreed, that doesn't work.&lt;/P&gt;
&lt;P&gt;Andrew&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635881#M188849</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-30T17:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635884#M188850</link>
      <description>&lt;P&gt;you need to escape the spaces&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx" target="_blank"&gt;https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635884#M188850</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-30T17:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635887#M188851</link>
      <description>&lt;P&gt;ERROR: Input file&lt;BR /&gt;https:\\fingertips.phe.org.uk\documents\Historic%20COVID-19%20Dashboard%20Data.xlsx&lt;BR /&gt;specified for DATAFILE= could not be found&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:24:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635887#M188851</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-30T17:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635900#M188853</link>
      <description>&lt;P&gt;try libname, since the filename approach is not supported&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 70         
 71         filename xlsxFile http "https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx" ;
 72         
 73         
 74         
 75         proc import file=xlsxfile
 76         
 77           out=phe_ftip
 78         
 79           dbms=xlsx replace;
 ERROR: This "filename URL" access method is not supported by "proc import". Please copy the file to local disk before running the 
        procedure.
 
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE IMPORT used (Total process time):&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635900#M188853</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-30T17:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635905#M188856</link>
      <description>&lt;P&gt;BTW the syntax uses url not http, as below.&amp;nbsp; &amp;nbsp;Also, the data begins in row 8, your code needs to account for this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename xlsxFile url "&lt;A href="https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx" target="_blank"&gt;https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx&lt;/A&gt;" ;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635905#M188856</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-30T18:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635907#M188857</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tried this:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;libname xl XLSX '&lt;A href="https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx" target="_blank"&gt;https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx&lt;/A&gt;';&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;/* discover member (DATA) names */&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;proc datasets lib=xl;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Result:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;13920 libname xl XLSX '&lt;A href="https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboa" target="_blank"&gt;https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboa&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;13920 ! rd%20Data.xlsx';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;NOTE: Library xl assigned as follows:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Engine: XLSX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Physical Name: C:\Users\spurf\Documents\WPS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Workspaces\Workspace1\https:\\fingertips.phe.org.uk\documents\Historic%20COVID-19%20Dashbo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ard%20Data.xlsx&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;13921 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;13922 /* discover member (DATA) names */&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;13923 proc datasets lib=xl;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;NOTE: No matching members in directory&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;13924 run;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;NOTE: Procedure datasets step took :&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;real time : 0.034&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;cpu time : 0.015&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;Does code work on your environment? I am using WPS but I don't think that's an issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635907#M188857</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-30T18:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635908#M188858</link>
      <description>&lt;P&gt;Two things.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) URL engine does not like the spaces in the URL. Replace them with %20.&lt;/P&gt;
&lt;P&gt;2) PROC IMPORT does not like URL engine. Copy the file to a physical file first.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let url=https://fingertips.phe.org.uk/documents/Historic%20COVID-19%20Dashboard%20Data.xlsx;
filename src url "&amp;amp;url" recfm=f lrecl=512;
filename dest temp recfm=f lrecl=512;
data _null_;
   length msg $ 384;
   rc=fcopy('src', 'dest');
   if rc=0 then
      put 'Copied SRC to DEST.';
   else do;
      msg=sysmsg();
      put rc= msg=;
   end;
run;
proc import datafile=dest dbms=xlsx
  out=want replace
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;168   proc import datafile=dest dbms=xlsx
169     out=want replace
170   ;
171   run;

NOTE:    Variable Name Change.  UK COVID-19 Cases, Deaths and Re -&amp;gt; UK_COVID_19_Cases__Deaths_and_Re
NOTE: One or more variables were converted because the data type is not supported by the V9 engine. For
      more details, run with options MSGLEVEL=I.
NOTE: The import data set has 6 observations and 5 variables.
NOTE: WORK.WANT data set was successfully created.
NOTE: PROCEDURE IMPORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.01 seconds
&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:07:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635908#M188858</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-30T18:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635909#M188859</link>
      <description>&lt;P&gt;Tried url and http .. same outcome, can't actually find the file.. odd!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635909#M188859</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-30T18:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635912#M188861</link>
      <description>&lt;P&gt;Hi Tom, Looks like that works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am getting an error saying "ERROR: The function "fcopy" is not known" I suspect that might be because I am using WPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I realise this is SAS forum so shouldn't really ask for help here on that one &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might even see if I can create a DOS routine to download the file.&lt;/P&gt;
&lt;P&gt;Thanks all.&lt;/P&gt;
&lt;P&gt;Andrew&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:15:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635912#M188861</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-30T18:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635915#M188862</link>
      <description>&lt;P&gt;I just added two lines to Tom's code in the proc import and it works.&amp;nbsp; Except since the variable names are dates (numbers not allowed as var names) so you have to massage values in row 1 to make them into variable names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc import datafile=dest dbms=xlsx&lt;BR /&gt;  out=want replace&lt;BR /&gt;;&lt;BR /&gt; sheet="UTLAs";&lt;BR /&gt;datarow=8;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635915#M188862</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-30T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635919#M188864</link>
      <description>&lt;P&gt;You should be able to just use the data step to copy the file.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename src url "&amp;amp;url" recfm=f lrecl=512;
filename dest temp recfm=f lrecl=512;
data _null_;
  infile src;
  file dest;
  input;
  put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:36:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635919#M188864</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-30T18:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635921#M188865</link>
      <description>&lt;P&gt;Bingo!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the proc import Ghosh has that now works pretty well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:44:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/635921#M188865</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-30T18:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636062#M188896</link>
      <description>&lt;P&gt;The function FCOPY should be used here.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 03:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636062#M188896</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-03-31T03:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636096#M188911</link>
      <description>&lt;P&gt;Sorry, I don't understand.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whatever the code does do, I do have an output file as a SAS table which looks correct.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 06:12:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636096#M188911</guid>
      <dc:creator>andrewjmdata</dc:creator>
      <dc:date>2020-03-31T06:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636167#M188958</link>
      <description>&lt;P&gt;Something like&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;filename SRC url "&amp;amp;url" recfm=f lrecl=512;
filename DEST temp recfm=f lrecl=512;
%let rc = %sysfunc(fcopy(SRC,DEST));&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 10:58:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636167#M188958</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-03-31T10:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636293#M189017</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The function FCOPY should be used here.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp;Please read the whole thread.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 16:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636293#M189017</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-31T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc import xlsx from url</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636355#M189052</link>
      <description>&lt;P&gt;Oh, I see. WPS. And fcopy was mentioned. Apologies for my hasty comment then. &lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 20:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-xlsx-from-url/m-p/636355#M189052</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-03-31T20:26:22Z</dc:date>
    </item>
  </channel>
</rss>

