<?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>Thema "Suche netten Datastep" in CoDe SAS German</title>
    <link>https://communities.sas.com/t5/CoDe-SAS-German/Suche-netten-Datastep/m-p/468868#M2374</link>
    <description>&lt;P&gt;Jetzt ist Wochenende und ich suche einen netten Datastep. Keiner, der etwas kompliziertes berechnet oder etwas wissenschaftliches macht, sondern einen zur Unterhaltung. Der z.B. sagt, wie das Wetter morgen wird, wieviel Grad wir haben, was morgen im Kino kommt oder ähnliches. Sowas kann man ja per URL leicht im Internet finden. Kennt ihr sowas, habt ihr sowas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 21:02:11 GMT</pubDate>
    <dc:creator>JMS</dc:creator>
    <dc:date>2018-06-08T21:02:11Z</dc:date>
    <item>
      <title>Suche netten Datastep</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Suche-netten-Datastep/m-p/468868#M2374</link>
      <description>&lt;P&gt;Jetzt ist Wochenende und ich suche einen netten Datastep. Keiner, der etwas kompliziertes berechnet oder etwas wissenschaftliches macht, sondern einen zur Unterhaltung. Der z.B. sagt, wie das Wetter morgen wird, wieviel Grad wir haben, was morgen im Kino kommt oder ähnliches. Sowas kann man ja per URL leicht im Internet finden. Kennt ihr sowas, habt ihr sowas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 21:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Suche-netten-Datastep/m-p/468868#M2374</guid>
      <dc:creator>JMS</dc:creator>
      <dc:date>2018-06-08T21:02:11Z</dc:date>
    </item>
    <item>
      <title>Betreff: Suche netten Datastep</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Suche-netten-Datastep/m-p/492141#M2389</link>
      <description>&lt;P&gt;Was ist mit Wetterbericht im SAS Log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename response temp;

proc http url="http://wttr.in/Berlin?nT&amp;amp;lang=de" out=response;
  headers "User-Agent"="curl";
run;

options ls=max;

data _null_;
  infile response;
  input;
  put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SAS Log:&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;PRE&gt;&lt;CODE class=" language-sas"&gt; Wetterbericht für: Berlin, Germany
      \   /     Klar
       .-.      19 °C          
    ― (   ) ―   ↓ 7 km/h       
       `-’      10 km          
      /   \     0.0 mm         
                         ┌─────────────┐                        
 ┌───────────────────────┤  Di 04 Sep  ├───────────────────────┐
 │            Mittag     └──────┬──────┘      Nacht            │
 ├──────────────────────────────┼──────────────────────────────┤
 │    \  /       leicht bewölkt │    \  /       leicht bewölkt │
 │  _ /"".-.     26 °C          │  _ /"".-.     22 °C          │
 │    \_(   ).   ↙ 10-12 km/h   │    \_(   ).   ↙ 14-17 km/h   │
 │    /(___(__)  20 km          │    /(___(__)  20 km          │
 │               0.0 mm | 0%    │               0.0 mm | 0%    │
 └──────────────────────────────┴──────────────────────────────┘
                         ┌─────────────┐                        
 ┌───────────────────────┤  Mi 05 Sep  ├───────────────────────┐
 │            Mittag     └──────┬──────┘      Nacht            │
 ├──────────────────────────────┼──────────────────────────────┤
 │    \  /       leicht bewölkt │    \  /       leicht bewölkt │
 │  _ /"".-.     25 °C          │  _ /"".-.     21 °C          │
 │    \_(   ).   ↙ 8-9 km/h     │    \_(   ).   ↙ 13-18 km/h   │
 │    /(___(__)  20 km          │    /(___(__)  20 km          │
 │               0.0 mm | 0%    │               0.0 mm | 0%    │
 └──────────────────────────────┴──────────────────────────────┘
                         ┌─────────────┐                        
 ┌───────────────────────┤  Do 06 Sep  ├───────────────────────┐
 │            Mittag     └──────┬──────┘      Nacht            │
 ├──────────────────────────────┼──────────────────────────────┤
 │    \  /       leicht bewölkt │    \  /       leicht bewölkt │
 │  _ /"".-.     25-26 °C       │  _ /"".-.     22-25 °C       │
 │    \_(   ).   ↖ 12-13 km/h   │    \_(   ).   ← 14-23 km/h   │
 │    /(___(__)  20 km          │    /(___(__)  20 km          │
 │               0.0 mm | 0%    │               0.0 mm | 0%    │
 └──────────────────────────────┴──────────────────────────────┘
 Neue Funktion: mehrsprachige Ortsnamen [92mwttr.in/станция+Восток[0m (in UTF-8) und Ortssuche [92mwttr.in/~Kilimanjaro[0m (fügen Sie ein ~ vor dem Ort ein)
 Folgen Sie [46m[30mhttps://twitter.com/igor_chubin[0m für wttr.in Updates
 NOTE: 40 records were read from the infile RESPONSE.
       The minimum record length was 0.
       The maximum record length was 189.
 NOTE: DATA statement used (Total process time):
       real time           0.06 seconds
       cpu time            0.00 seconds
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;beyogen auf:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/chubin/wttr.in" target="_self"&gt;https://github.com/chubin/wttr.in&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n0t7v16eitluu2n15ffpfeafqszs.htm&amp;amp;locale=en" target="_self"&gt;HTTP Procedure&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 04 Sep 2018 01:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Suche-netten-Datastep/m-p/492141#M2389</guid>
      <dc:creator>sspkmnd</dc:creator>
      <dc:date>2018-09-04T01:08:11Z</dc:date>
    </item>
    <item>
      <title>Betreff: Suche netten Datastep</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Suche-netten-Datastep/m-p/492197#M2390</link>
      <description>&lt;P&gt;Super!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Suche-netten-Datastep/m-p/492197#M2390</guid>
      <dc:creator>JMS</dc:creator>
      <dc:date>2018-09-04T06:12:41Z</dc:date>
    </item>
  </channel>
</rss>

