<?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: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486226#M126474</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2018 01:55:23 GMT</pubDate>
    <dc:creator>Jpham</dc:creator>
    <dc:date>2018-08-13T01:55:23Z</dc:date>
    <item>
      <title>What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominatoryr1;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486211#M126465</link>
      <description>&lt;P&gt;please help me understand the meaning of * in front of a variable name such as:&lt;BR /&gt;COUNT=events;*numerator;&lt;BR /&gt;Total=denominatoryr1;*denominator;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 00:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486211#M126465</guid>
      <dc:creator>Jpham</dc:creator>
      <dc:date>2018-08-13T00:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486213#M126467</link>
      <description>&lt;P&gt;If you have seen this in Code it should be comment. Can you provide where you have exactly seen ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 00:20:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486213#M126467</guid>
      <dc:creator>shahparth260</dc:creator>
      <dc:date>2018-08-13T00:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486216#M126468</link>
      <description>&lt;P&gt;There was no comment&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 00:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486216#M126468</guid>
      <dc:creator>Jpham</dc:creator>
      <dc:date>2018-08-13T00:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486217#M126469</link>
      <description>&lt;P&gt;here is more code before and after:&lt;/P&gt;&lt;P&gt;data rateyr1;&lt;BR /&gt;length range $25;&lt;BR /&gt;merge startyr1 finishyr1 numyr1 ;&lt;BR /&gt;by year;&lt;BR /&gt;range=startyr1||"-"||finishyr1;&lt;BR /&gt;events=numyr1;&lt;BR /&gt;if events=. then events=0;&lt;BR /&gt;pts_at_risk=denominatoryr1;&lt;BR /&gt;rate=put((events/denominatoryr1)*100,6.1);&lt;/P&gt;&lt;P&gt;COUNT=events;*numerator;&lt;BR /&gt;Total=denominatoryr1;*denominator;&lt;BR /&gt;SD=1.96; *1.96 for 95% CI, 1.65 for 90% CI, 0.68 for 50% CI;&lt;BR /&gt;obs_agreement=round(Count/Total*100,0.1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 00:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486217#M126469</guid>
      <dc:creator>Jpham</dc:creator>
      <dc:date>2018-08-13T00:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486218#M126470</link>
      <description>Are you able to send snippets wherever you have seen ??</description>
      <pubDate>Mon, 13 Aug 2018 00:30:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486218#M126470</guid>
      <dc:creator>shahparth260</dc:creator>
      <dc:date>2018-08-13T00:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486221#M126472</link>
      <description>&lt;P&gt;I inherit this code and I am trying to understand it.&amp;nbsp; I do not have any snippets.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 00:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486221#M126472</guid>
      <dc:creator>Jpham</dc:creator>
      <dc:date>2018-08-13T00:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486224#M126473</link>
      <description>&lt;P&gt;I have imported this code in to SAS. I surely can say this is a comment/ explanation / annotation whoever write this program.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please have a look once in to attachment that I am sending with this. I hope it helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gives you extra information that which variable you use as Denominator and Nominator for calculation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 01:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486224#M126473</guid>
      <dc:creator>shahparth260</dc:creator>
      <dc:date>2018-08-13T01:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486226#M126474</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 01:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486226#M126474</guid>
      <dc:creator>Jpham</dc:creator>
      <dc:date>2018-08-13T01:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: What does * in front of a variable name do? such as : COUNT=events;*numerator; Total=denominator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486245#M126490</link>
      <description>&lt;P&gt;You're welcome and thanks for accepting as a solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 05:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-does-in-front-of-a-variable-name-do-such-as-COUNT-events/m-p/486245#M126490</guid>
      <dc:creator>shahparth260</dc:creator>
      <dc:date>2018-08-13T05:08:52Z</dc:date>
    </item>
  </channel>
</rss>

