<?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: LIVE WEATHER DETAILS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793105#M254146</link>
    <description>&lt;P&gt;What have you tried so far? Can you use PROC HTTP to access the website you want? Are you getting information back, but you need help processing the data? Please provide more details.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 11:44:34 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2022-01-28T11:44:34Z</dc:date>
    <item>
      <title>LIVE WEATHER DETAILS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793078#M254137</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If any 1 can help how to create a &lt;STRONG&gt;live weather details&lt;/STRONG&gt; in sas connecting to a website.&lt;/P&gt;&lt;P&gt;using&lt;STRONG&gt; Proc http&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;User shall give input&amp;nbsp; "City".&lt;/P&gt;&lt;P&gt;it will provide live weather details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 07:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793078#M254137</guid>
      <dc:creator>ANIRBAN2</dc:creator>
      <dc:date>2022-01-28T07:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: LIVE WEATHER DETAILS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793105#M254146</link>
      <description>&lt;P&gt;What have you tried so far? Can you use PROC HTTP to access the website you want? Are you getting information back, but you need help processing the data? Please provide more details.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 11:44:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793105#M254146</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-01-28T11:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: LIVE WEATHER DETAILS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793134#M254163</link>
      <description>No I am not able to get the live data from the website.</description>
      <pubDate>Fri, 28 Jan 2022 14:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793134#M254163</guid>
      <dc:creator>ANIRBAN2</dc:creator>
      <dc:date>2022-01-28T14:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: LIVE WEATHER DETAILS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793166#M254176</link>
      <description>&lt;P&gt;filename resp "%sysfunc(getoption(WORK))/echo.json";&lt;BR /&gt;proc http&lt;BR /&gt;url="&lt;A href="https://www.weather-forecast.com/locations/London/forecasts/latest" target="_blank"&gt;https://www.weather-forecast.com/locations/London/forecasts/latest&lt;/A&gt;"&lt;BR /&gt;method="GET"&lt;BR /&gt;out=resp;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;infile resp;&lt;BR /&gt;input;&lt;BR /&gt;put _infile_;&lt;BR /&gt;run;&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;P&gt;This code is providing me the total information of the portal in html&lt;/P&gt;&lt;P&gt;How can I get the relevant weather information in json format.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 16:57:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LIVE-WEATHER-DETAILS/m-p/793166#M254176</guid>
      <dc:creator>ANIRBAN2</dc:creator>
      <dc:date>2022-01-28T16:57:40Z</dc:date>
    </item>
  </channel>
</rss>

