<?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: Creating Dummy Indicator Variables with numeric range in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Creating-Dummy-Indicator-Variables-with-numeric-range/m-p/689302#M24641</link>
    <description>&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;NormalSBPInd=(90&amp;lt;=SBP&amp;lt;140);

LowSBPInd=(SBP &amp;lt;=90);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 06 Oct 2020 18:22:43 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2020-10-06T18:22:43Z</dc:date>
    <item>
      <title>Creating Dummy Indicator Variables with numeric range</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Dummy-Indicator-Variables-with-numeric-range/m-p/689294#M24640</link>
      <description>&lt;P&gt;Hi I am looking to make an indicator with a range of numeric variables this is what i am inputting&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DATA	WORK;&lt;BR /&gt;	SET	mississippi;&lt;BR /&gt;&lt;BR /&gt;	&lt;BR /&gt;	LowSBPInd		= (SBP =&amp;lt;90);&lt;BR /&gt;	NormalSBPInd	= (SBP =90-&amp;lt;140);&lt;BR /&gt;	HighSBPInd		= (SBP =&amp;gt;140);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;	RUN;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;And then I get an error saying there is a Syntax error shown below. how do I do a range indicator?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;77 LowSBPInd= (SBP =&amp;lt;90);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 NormalSBPInd= (SBP =90-&amp;lt;140);&lt;/DIV&gt;&lt;DIV class="sasError"&gt;_&lt;/DIV&gt;&lt;DIV class="sasError"&gt;22&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, a numeric constant, a datetime constant,&lt;/DIV&gt;&lt;DIV class="sasError"&gt;a missing value, INPUT, PUT.&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:13:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Dummy-Indicator-Variables-with-numeric-range/m-p/689294#M24640</guid>
      <dc:creator>Cooksam13</dc:creator>
      <dc:date>2020-12-10T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dummy Indicator Variables with numeric range</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Dummy-Indicator-Variables-with-numeric-range/m-p/689302#M24641</link>
      <description>&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;NormalSBPInd=(90&amp;lt;=SBP&amp;lt;140);

LowSBPInd=(SBP &amp;lt;=90);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Oct 2020 18:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Dummy-Indicator-Variables-with-numeric-range/m-p/689302#M24641</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-10-06T18:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dummy Indicator Variables with numeric range</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Dummy-Indicator-Variables-with-numeric-range/m-p/689333#M24642</link>
      <description>&lt;P&gt;Possibly classmates?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/How-do-I-write-Logistic-Regression-code/m-p/689266" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/How-do-I-write-Logistic-Regression-code/m-p/689266&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 20:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Dummy-Indicator-Variables-with-numeric-range/m-p/689333#M24642</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-06T20:37:12Z</dc:date>
    </item>
  </channel>
</rss>

