<?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: Extracting and searching data from web in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Extracting-and-searching-data-from-web/m-p/230244#M54473</link>
    <description>&lt;P&gt;You might need a PROXY definition on the FILENAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also use the DEBUG option on the FILENAME statement, this might give you more information as well&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#p103pi2vrzn6qhn1e8alrs01jrb7.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#p103pi2vrzn6qhn1e8alrs01jrb7.htm&lt;/A&gt; for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2015 07:58:32 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2015-10-16T07:58:32Z</dc:date>
    <item>
      <title>Extracting and searching data from web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Extracting-and-searching-data-from-web/m-p/230240#M54471</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to access data from web and as a learning wrote following code into SAS EG:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename seercode URL "&lt;A href="https://www.google.com&amp;quot;;" target="_blank"&gt;https://www.google.com";&lt;/A&gt;&lt;BR /&gt;data siterecode;&lt;BR /&gt;infile seercode truncover;&lt;BR /&gt;input @1 bigline $char256.;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, encountered following error, can anyone please suggest best way to resolve this issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Unable to connect to host &lt;A href="http://www.google.com." target="_blank"&gt;www.google.com.&lt;/A&gt; Check validity of host name.&lt;BR /&gt;ERROR: Hostname &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; not found.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.SITERECODE may be incomplete. When this step was stopped there were 0&lt;BR /&gt; observations and 1 variables.&lt;BR /&gt;WARNING: Data set WORK.SITERECODE was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 2.46 seconds&lt;BR /&gt; cpu time 0.04 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Extracting-and-searching-data-from-web/m-p/230240#M54471</guid>
      <dc:creator>alam_ather</dc:creator>
      <dc:date>2015-10-16T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting and searching data from web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Extracting-and-searching-data-from-web/m-p/230243#M54472</link>
      <description>&lt;P&gt;Your code works for me with SAS installed locally on my laptop. Could it be that your SAS server where your code gets executed doesn't have Internet access?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:57:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Extracting-and-searching-data-from-web/m-p/230243#M54472</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-10-16T07:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting and searching data from web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Extracting-and-searching-data-from-web/m-p/230244#M54473</link>
      <description>&lt;P&gt;You might need a PROXY definition on the FILENAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also use the DEBUG option on the FILENAME statement, this might give you more information as well&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#p103pi2vrzn6qhn1e8alrs01jrb7.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#p103pi2vrzn6qhn1e8alrs01jrb7.htm&lt;/A&gt; for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Extracting-and-searching-data-from-web/m-p/230244#M54473</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-10-16T07:58:32Z</dc:date>
    </item>
  </channel>
</rss>

