<?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: Try PROC HTTP  but it deosn't work in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737316#M229852</link>
    <description>&lt;P&gt;The &amp;lt;/&amp;gt; is much simpler to use, as you need to only copy/paste the text,, instead of attaching a file. And everybody can read the log right there, without downloading or previewing (which often does not work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345749"&gt;@KOUAME&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;OK, but as I use SAS STUDIO, I can print it as PDF file. CHRIS gives a solution, just got "Insufficient authorization to access" for his solution.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 16:29:54 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-04-27T16:29:54Z</dc:date>
    <item>
      <title>Using PROC HTTP to import data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737238#M229820</link>
      <description>&lt;P&gt;I am working with proc http , I've developped this code and run it , no errror !&lt;/P&gt;
&lt;P&gt;filename csvfile TEMP;&amp;nbsp;&lt;BR /&gt;proc http&lt;BR /&gt;method="get"&lt;BR /&gt;out=csvfile&lt;BR /&gt;url="&lt;A href="https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-elo/nbaallelo.csv" target="_blank" rel="noopener"&gt;https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-elo/nbaallelo.csv&lt;/A&gt;" ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;But when I try to print the data, I get this error, someone to help!&lt;/P&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;proc print data=csvfile;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: File WORK.CSVFILE.DATA does not exist.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;run;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 May 2021 12:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737238#M229820</guid>
      <dc:creator>KOUAME</dc:creator>
      <dc:date>2021-05-03T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737243#M229822</link>
      <description>&lt;P&gt;Please show us the full complete unedited LOG of these two PROCs. Do not chop anything out of the LOG for these two PROCs. Use the &amp;lt;/&amp;gt; icon and paste your log as text into the window that appears —&amp;nbsp;&lt;STRONG&gt;DO NOT SKIP THIS STEP&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 12:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737243#M229822</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-27T12:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737245#M229823</link>
      <description>&lt;DIV&gt;&lt;DIV class="sasSource"&gt;This is the log when I run the http procedure:&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 filename csvfile TEMP; /*"/home/u49615496/My Researches/data/csvfile.csv" ; */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 proc http&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 method="get"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 out=csvfile&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 url="&lt;A href="https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-elo/nbaallelo.csv" target="_blank" rel="noopener"&gt;https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-elo/nbaallelo.csv&lt;/A&gt;" ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE HTTP used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 1.40 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.12 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.04 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 1481.87k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 33188.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 04/27/2021 12:42:46 PM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 48 Switch Count 3&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 364&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 2380&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 35496&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;92&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 12:45:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737245#M229823</guid>
      <dc:creator>KOUAME</dc:creator>
      <dc:date>2021-04-27T12:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737250#M229825</link>
      <description>&lt;P&gt;I requested:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Use the &amp;lt;/&amp;gt; icon and paste your log as text into the window that appears —&amp;nbsp;&lt;STRONG&gt;DO NOT SKIP THIS STEP&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV class="UserSignature lia-message-signature"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="UserSignature lia-message-signature"&gt;and you skipped that step &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Apr 2021 12:52:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737250#M229825</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-27T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737252#M229827</link>
      <description>&amp;lt;/&amp;gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;72&lt;BR /&gt;73 filename csvfile TEMP; /*"/home/u49615496/My Researches/data/csvfile.csv" ; */&lt;BR /&gt;74 proc http&lt;BR /&gt;75 method="get"&lt;BR /&gt;76 out=csvfile&lt;BR /&gt;77 url="&lt;A href="https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-elo/nbaallelo.csv" target="_blank"&gt;https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-elo/nbaallelo.csv&lt;/A&gt;" ;&lt;BR /&gt;78 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: PROCEDURE HTTP used (Total process time):&lt;BR /&gt;real time 1.40 seconds&lt;BR /&gt;user cpu time 0.12 seconds&lt;BR /&gt;system cpu time 0.04 seconds&lt;BR /&gt;memory 1481.87k&lt;BR /&gt;OS Memory 33188.00k&lt;BR /&gt;Timestamp 04/27/2021 12:42:46 PM&lt;BR /&gt;Step Count 48 Switch Count 3&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 364&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 2380&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 35496&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;79&lt;BR /&gt;80 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;92</description>
      <pubDate>Tue, 27 Apr 2021 12:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737252#M229827</guid>
      <dc:creator>KOUAME</dc:creator>
      <dc:date>2021-04-27T12:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737260#M229829</link>
      <description>&lt;P&gt;PROC HTTP downloads the data file, but does not import it to a SAS data set. For that, use PROC IMPORT or DATA step.&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;
&lt;LI-CODE lang="sas"&gt;filename csvfile temp encoding='utf8' termstr=CR ; 
proc http
method="get"
out=csvfile
url="https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-elo/nbaallelo.csv" ;
run;

proc import file=csvfile
 dbms=csv 
 out=mydata
 replace;
run;

proc print data=mydata (obs=10); run;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorChrisHemedinger_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-04-27_09-17-36.jpg" style="width: 996px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58725i4A2ED1A49E7CCE7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-04-27_09-17-36.jpg" alt="2021-04-27_09-17-36.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737260#M229829</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-04-27T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737265#M229830</link>
      <description>&lt;P&gt;The &amp;lt;/&amp;gt; icon is this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The "little running man" right next to it is for posting SAS code.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737265#M229830</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-27T13:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737270#M229832</link>
      <description>&lt;P&gt;Thanks CHRIS, but I got this error.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737270#M229832</guid>
      <dc:creator>KOUAME</dc:creator>
      <dc:date>2021-04-27T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737272#M229833</link>
      <description>OK, but as I use SAS STUDIO, I can print it as PDF file. CHRIS gives a solution, just  got "Insufficient authorization to access"  for his solution.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737272#M229833</guid>
      <dc:creator>KOUAME</dc:creator>
      <dc:date>2021-04-27T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737275#M229835</link>
      <description>&lt;P&gt;Whoops, I left a hard-coded file path in my code. I changed it now -- use TEMP instead of a real path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-sas"&gt;&lt;CODE&gt;filename csvfile temp encoding='utf8' termstr=CR ; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737275#M229835</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-04-27T13:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737279#M229837</link>
      <description>&lt;P&gt;Thanks so much &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;, it works perfectly!!!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 14:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737279#M229837</guid>
      <dc:creator>KOUAME</dc:creator>
      <dc:date>2021-04-27T14:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737294#M229843</link>
      <description>&lt;P&gt;You downloaded a text file, not a dataset.&lt;/P&gt;
&lt;P&gt;To look at the text file you can use a simple data step.&amp;nbsp; For example this code will dump the first 10 lines of the text file to the SAS log.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  infile csvfile obs=10;
  input;
  list;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now you can see what is in the file and decide how to write a data step to read the file into a SAS dataset.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  infile csvfile dsd firstobs=2 truncover ;
  input var1 ....  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For this file the first thing you will notice is that the lines are using only a CR as the end of line marker.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;RULE:     ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0
1         gameorder,game_id,lg_id,_iscopy,year_id,date_game,seasongame,is_playoffs,team_id,fran_id,pts,elo_i,e

     101  lo_n,win_equiv,opp_id,opp_fran,opp_pts,opp_elo_i,opp_elo_n,game_location,game_result,forecast,notes.
    ZONE  6656276656776726775662677567662677577726775666562677566656266665666676662666657677672667666772667670
    NUMR  CFFEC79EF51596CF00F94CF00F621ECF00F043CF00F5CFF9CF00F5CFFEC71D5FCF3149FEC71D5F2535C4C6F253134CEF453D
     201  1,194611010TRH,NBA,0,1947,11/1/1946,1,0,TRH,Huskies,66,1300,1293.2767,40.29483,NYK,Knicks,68,1300,13

     301  06.7233,H,L,0.64006501,.1,194611010TRH,NBA,1,1947,11/1/1946,1,0,NYK,Knicks,68,1300,1306.7233,41.7051
    ZONE  3323333242423233333333203233333333355424442323333233232333323232454246666723323333233332333323323333
    NUMR  06E7233C8CCC0E64006501CD1C194611010428CE21C1C1947C11F1F1946C1C0CE9BCBE93B3C68C1300C1306E7233C41E7051
&lt;/PRE&gt;
&lt;P&gt;So modify your INFILE statement to use TERMSTR=CR option.&lt;/P&gt;
&lt;PRE&gt;RULE:     ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0
1         gameorder,game_id,lg_id,_iscopy,year_id,date_game,seasongame,is_playoffs,team_id,fran_id,pts,elo_i,e
     101  lo_n,win_equiv,opp_id,opp_fran,opp_pts,opp_elo_i,opp_elo_n,game_location,game_result,forecast,notes 199
2         1,194611010TRH,NBA,0,1947,11/1/1946,1,0,TRH,Huskies,66,1300,1293.2767,40.29483,NYK,Knicks,68,1300,13
     101  06.7233,H,L,0.64006501, 123
3         1,194611010TRH,NBA,1,1947,11/1/1946,1,0,NYK,Knicks,68,1300,1306.7233,41.70517,TRH,Huskies,66,1300,12
     101  93.2767,A,W,0.35993499, 123
&lt;/PRE&gt;
&lt;P&gt;Now you can just copy and paste that list of column headers from the log and use it to make names for the variables you want create to hold this data.&amp;nbsp; You could use names that match the column headers or make your&amp;nbsp; own names for the variables that make more sense to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 15:38:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737294#M229843</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-04-27T15:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737301#M229845</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;</description>
      <pubDate>Tue, 27 Apr 2021 16:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737301#M229845</guid>
      <dc:creator>KOUAME</dc:creator>
      <dc:date>2021-04-27T16:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Try PROC HTTP  but it deosn't work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737316#M229852</link>
      <description>&lt;P&gt;The &amp;lt;/&amp;gt; is much simpler to use, as you need to only copy/paste the text,, instead of attaching a file. And everybody can read the log right there, without downloading or previewing (which often does not work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345749"&gt;@KOUAME&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;OK, but as I use SAS STUDIO, I can print it as PDF file. CHRIS gives a solution, just got "Insufficient authorization to access" for his solution.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 16:29:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-PROC-HTTP-to-import-data/m-p/737316#M229852</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-27T16:29:54Z</dc:date>
    </item>
  </channel>
</rss>

