<?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: Analyzes in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Analyzes/m-p/762673#M37234</link>
    <description>&lt;P&gt;Here is a reference that illustrates how to refer to variables and datasets in a short cut list:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
sum_at = sum(of AT1-at600);

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/391297"&gt;@Thalitacosta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have many variables in database called AT_1, AT_2, AT_3, ..., AT_599, AT_600, and I want to add them up and insert a variable in the same database called "sum_AT".&lt;/P&gt;
&lt;P&gt;Variables:&lt;/P&gt;
&lt;P&gt;AT_1 = 0 or 1,&lt;/P&gt;
&lt;P&gt;.... ,&lt;/P&gt;
&lt;P&gt;AT_600 = 0 or 1&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 19:56:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-08-19T19:56:03Z</dc:date>
    <item>
      <title>Analyzes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analyzes/m-p/762664#M37233</link>
      <description>&lt;P&gt;I have many variables in database called AT_1, AT_2, AT_3, ..., AT_599, AT_600, and I want to add them up and insert a variable in the same database called "sum_AT".&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;AT_1 = 0 or 1,&lt;/P&gt;&lt;P&gt;.... ,&lt;/P&gt;&lt;P&gt;AT_600 = 0 or 1&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:35:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analyzes/m-p/762664#M37233</guid>
      <dc:creator>Thalitacosta</dc:creator>
      <dc:date>2021-08-19T19:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analyzes/m-p/762673#M37234</link>
      <description>&lt;P&gt;Here is a reference that illustrates how to refer to variables and datasets in a short cut list:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
sum_at = sum(of AT1-at600);

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/391297"&gt;@Thalitacosta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have many variables in database called AT_1, AT_2, AT_3, ..., AT_599, AT_600, and I want to add them up and insert a variable in the same database called "sum_AT".&lt;/P&gt;
&lt;P&gt;Variables:&lt;/P&gt;
&lt;P&gt;AT_1 = 0 or 1,&lt;/P&gt;
&lt;P&gt;.... ,&lt;/P&gt;
&lt;P&gt;AT_600 = 0 or 1&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analyzes/m-p/762673#M37234</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-19T19:56:03Z</dc:date>
    </item>
  </channel>
</rss>

