<?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 "Betreff: Array - auf mehrere Variablen" in CoDe SAS German</title>
    <link>https://communities.sas.com/t5/CoDe-SAS-German/Array-auf-mehrere-Variablen/m-p/638016#M2621</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;array zn_art {*}&amp;nbsp;ZN_ART_ZNKH:;
array zn_wert {*} ZN_WERT_ZNKH:;
do i = 1 to dim(zn_art);
  if zn_art{i} = 1087 then Maklernachlass_KH = zn_wert{i};
end;
drop i;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Wichtig ist, dass die Variablen in der richtigen Reihenfolge (01,02,03 usw.) in der Tabelle untergebracht sind.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 11:04:23 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-04-07T11:04:23Z</dc:date>
    <item>
      <title>Array - auf mehrere Variablen</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Array-auf-mehrere-Variablen/m-p/638014#M2620</link>
      <description>&lt;P&gt;Hallo zusammen,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;müsste folgende Abfrage als Array schreiben und bekomme es einfach nicht hin. Gibt es überhaupt für diese Abfrage die Möglichkeit eines Arrays? Das wäre klasse, denn ich habe sehr viele Abfragen, die in diese Richtung gehen..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Viele Grüße und Danke, Dave&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if ZN_ART_ZNKH01 in (1087) then Maklernachlass_KH = ZN_WERT_ZNKH01;&lt;BR /&gt;if ZN_ART_ZNKH02 in (1087) then Maklernachlass_KH = ZN_WERT_ZNKH02;&lt;BR /&gt;if ZN_ART_ZNKH03 in (1087) then Maklernachlass_KH = ZN_WERT_ZNKH03;&lt;BR /&gt;if ZN_ART_ZNKH04 in (1087) then Maklernachlass_KH = ZN_WERT_ZNKH04;&lt;BR /&gt;if ZN_ART_ZNKH05 in (1087) then Maklernachlass_KH = ZN_WERT_ZNKH05;&lt;BR /&gt;if ZN_ART_ZNKH06 in (1087) then Maklernachlass_KH = ZN_WERT_ZNKH06;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 10:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Array-auf-mehrere-Variablen/m-p/638014#M2620</guid>
      <dc:creator>Dave85</dc:creator>
      <dc:date>2020-04-07T10:52:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: Array - auf mehrere Variablen</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Array-auf-mehrere-Variablen/m-p/638016#M2621</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;array zn_art {*}&amp;nbsp;ZN_ART_ZNKH:;
array zn_wert {*} ZN_WERT_ZNKH:;
do i = 1 to dim(zn_art);
  if zn_art{i} = 1087 then Maklernachlass_KH = zn_wert{i};
end;
drop i;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Wichtig ist, dass die Variablen in der richtigen Reihenfolge (01,02,03 usw.) in der Tabelle untergebracht sind.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:04:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Array-auf-mehrere-Variablen/m-p/638016#M2621</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-07T11:04:23Z</dc:date>
    </item>
    <item>
      <title>Betreff: Array - auf mehrere Variablen</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Array-auf-mehrere-Variablen/m-p/638021#M2622</link>
      <description>Mega gut !! Danke &lt;span class="lia-unicode-emoji" title=":leicht_lächelndes_Gesicht:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Array-auf-mehrere-Variablen/m-p/638021#M2622</guid>
      <dc:creator>Dave85</dc:creator>
      <dc:date>2020-04-07T11:30:03Z</dc:date>
    </item>
  </channel>
</rss>

