<?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 from Web in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206266#M51288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;filename csvFile url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv"&gt;https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv&lt;/A&gt;&lt;SPAN&gt;" termstr=crlf;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile=csvFile out=foo replace dbms=csv; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 22:37:45 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2015-08-24T22:37:45Z</dc:date>
    <item>
      <title>PROC IMPORT from Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206264#M51286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help.&amp;nbsp; I need to import this dataset to a SAS dataset and I want to use as few a lines of code as possible. I would rather not write a data step to read it it.&amp;nbsp; Can i use PROC IMPORT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv"&gt;https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks-Ken &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 21:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206264#M51286</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2015-08-24T21:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT from Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206265#M51287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use PROC HTTP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/* Set destination fileref */&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;filename csvFile "&amp;amp;sasforum.\datasets\current.csv";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/* Get file */&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;proc http method="get" out=csvFile url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv"&gt;https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;filename csvFile;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works for me.&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 21:48:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206265#M51287</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-08-24T21:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT from Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206266#M51288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;filename csvFile url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv"&gt;https://research.stlouisfed.org/econ/mccracken/fred-databases/monthly/current.csv&lt;/A&gt;&lt;SPAN&gt;" termstr=crlf;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile=csvFile out=foo replace dbms=csv; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 22:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206266#M51288</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-08-24T22:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT from Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206267#M51289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to both of you.&amp;nbsp; they both work great.&amp;nbsp; -Ken &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-from-Web/m-p/206267#M51289</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2015-08-25T19:37:35Z</dc:date>
    </item>
  </channel>
</rss>

