<?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: Selecting all variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Selecting-all-variables/m-p/292775#M60833</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
   set sashelp.class;
   array _n[*] _numeric_;
   sum = sum(of _n[*]);
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To learn more look&amp;nbsp;in the documentation for "SAS Variable Lists"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 16:24:42 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2016-08-19T16:24:42Z</dc:date>
    <item>
      <title>Selecting all variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-all-variables/m-p/292771#M60831</link>
      <description>&lt;P&gt;If I have a large number of variables and I wish to perform a function that involves all of them ( say for example taking the sum of an observation across all the variables), is there a way to select all the variables rather than typing them in separately?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 16:16:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-all-variables/m-p/292771#M60831</guid>
      <dc:creator>aaou</dc:creator>
      <dc:date>2016-08-19T16:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting all variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-all-variables/m-p/292775#M60833</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
   set sashelp.class;
   array _n[*] _numeric_;
   sum = sum(of _n[*]);
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To learn more look&amp;nbsp;in the documentation for "SAS Variable Lists"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 16:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-all-variables/m-p/292775#M60833</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2016-08-19T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting all variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-all-variables/m-p/292779#M60836</link>
      <description>Thank you!</description>
      <pubDate>Fri, 19 Aug 2016 16:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-all-variables/m-p/292779#M60836</guid>
      <dc:creator>aaou</dc:creator>
      <dc:date>2016-08-19T16:34:40Z</dc:date>
    </item>
  </channel>
</rss>

