<?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 Assigning value to a variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438104#M69045</link>
    <description>&lt;P&gt;I am attempting to analyse the incidence rates of diseases&amp;nbsp;for different ethnicities. Currently ethnicity is coded as a double digit.&lt;/P&gt;&lt;P&gt;I want to analyses the rates of disease for different groups of Pacific Peoples.&amp;nbsp;In the data itself there are multiple ethnic groups that fit under this. I am only interested in five pacific groups for analysis which are coded as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;samoan = 31&lt;/P&gt;&lt;P&gt;tongan = 32&lt;/P&gt;&lt;P&gt;cook island maori = 33&lt;/P&gt;&lt;P&gt;aggregated other pacific = 30, 34, 35, 36, 37&lt;/P&gt;&lt;P&gt;total pacific = 30, 31, 32, 33, 34, 35, 36, 37&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp;to assign a value to each of the analysis groups (so samoan ends up as 1, tongan as 2, cookisland maori as 3, aggregated other pacific = 4 and lastly the total pacific group = 5). Is this possible? And if so what sort of expression would I use to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataset looks as follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;clientid&amp;nbsp; &amp;nbsp; &amp;nbsp;dob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ethnicgp&amp;nbsp; &amp;nbsp; &amp;nbsp;gender&amp;nbsp; &amp;nbsp; &amp;nbsp;domicilecode&lt;/P&gt;&lt;P&gt;63287&amp;nbsp; &amp;nbsp; &amp;nbsp;05/04/1987&amp;nbsp; &amp;nbsp; 34&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0441&lt;/P&gt;&lt;P&gt;87234&amp;nbsp; &amp;nbsp; &amp;nbsp;18/11/1963&amp;nbsp; &amp;nbsp; 30&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8823&lt;/P&gt;&lt;P&gt;09834&amp;nbsp; &amp;nbsp; &amp;nbsp; 27/01/2000&amp;nbsp; &amp;nbsp;37&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3015&lt;/P&gt;&lt;P&gt;23432&amp;nbsp; &amp;nbsp; &amp;nbsp;03/07/1991&amp;nbsp; &amp;nbsp; 31&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2125&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2018 23:22:14 GMT</pubDate>
    <dc:creator>acelini</dc:creator>
    <dc:date>2018-02-16T23:22:14Z</dc:date>
    <item>
      <title>Assigning value to a variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438104#M69045</link>
      <description>&lt;P&gt;I am attempting to analyse the incidence rates of diseases&amp;nbsp;for different ethnicities. Currently ethnicity is coded as a double digit.&lt;/P&gt;&lt;P&gt;I want to analyses the rates of disease for different groups of Pacific Peoples.&amp;nbsp;In the data itself there are multiple ethnic groups that fit under this. I am only interested in five pacific groups for analysis which are coded as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;samoan = 31&lt;/P&gt;&lt;P&gt;tongan = 32&lt;/P&gt;&lt;P&gt;cook island maori = 33&lt;/P&gt;&lt;P&gt;aggregated other pacific = 30, 34, 35, 36, 37&lt;/P&gt;&lt;P&gt;total pacific = 30, 31, 32, 33, 34, 35, 36, 37&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp;to assign a value to each of the analysis groups (so samoan ends up as 1, tongan as 2, cookisland maori as 3, aggregated other pacific = 4 and lastly the total pacific group = 5). Is this possible? And if so what sort of expression would I use to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataset looks as follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;clientid&amp;nbsp; &amp;nbsp; &amp;nbsp;dob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ethnicgp&amp;nbsp; &amp;nbsp; &amp;nbsp;gender&amp;nbsp; &amp;nbsp; &amp;nbsp;domicilecode&lt;/P&gt;&lt;P&gt;63287&amp;nbsp; &amp;nbsp; &amp;nbsp;05/04/1987&amp;nbsp; &amp;nbsp; 34&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0441&lt;/P&gt;&lt;P&gt;87234&amp;nbsp; &amp;nbsp; &amp;nbsp;18/11/1963&amp;nbsp; &amp;nbsp; 30&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8823&lt;/P&gt;&lt;P&gt;09834&amp;nbsp; &amp;nbsp; &amp;nbsp; 27/01/2000&amp;nbsp; &amp;nbsp;37&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3015&lt;/P&gt;&lt;P&gt;23432&amp;nbsp; &amp;nbsp; &amp;nbsp;03/07/1991&amp;nbsp; &amp;nbsp; 31&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2125&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 23:22:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438104#M69045</guid>
      <dc:creator>acelini</dc:creator>
      <dc:date>2018-02-16T23:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning value to a variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438110#M69046</link>
      <description>&lt;P&gt;A format or IF/THEN statement would work here.&lt;/P&gt;
&lt;P&gt;Formats are better and easier to manage in my opinion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/91985"&gt;@acelini&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I am attempting to analyse the incidence rates of diseases&amp;nbsp;for different ethnicities. Currently ethnicity is coded as a double digit.&lt;/P&gt;
&lt;P&gt;I want to analyses the rates of disease for different groups of Pacific Peoples.&amp;nbsp;In the data itself there are multiple ethnic groups that fit under this. I am only interested in five pacific groups for analysis which are coded as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;samoan = 31&lt;/P&gt;
&lt;P&gt;tongan = 32&lt;/P&gt;
&lt;P&gt;cook island maori = 33&lt;/P&gt;
&lt;P&gt;aggregated other pacific = 30, 34, 35, 36, 37&lt;/P&gt;
&lt;P&gt;total pacific = 30, 31, 32, 33, 34, 35, 36, 37&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want&amp;nbsp;to assign a value to each of the analysis groups (so samoan ends up as 1, tongan as 2, cookisland maori as 3, aggregated other pacific = 4 and lastly the total pacific group = 5). Is this possible? And if so what sort of expression would I use to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dataset looks as follow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;clientid&amp;nbsp; &amp;nbsp; &amp;nbsp;dob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ethnicgp&amp;nbsp; &amp;nbsp; &amp;nbsp;gender&amp;nbsp; &amp;nbsp; &amp;nbsp;domicilecode&lt;/P&gt;
&lt;P&gt;63287&amp;nbsp; &amp;nbsp; &amp;nbsp;05/04/1987&amp;nbsp; &amp;nbsp; 34&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0441&lt;/P&gt;
&lt;P&gt;87234&amp;nbsp; &amp;nbsp; &amp;nbsp;18/11/1963&amp;nbsp; &amp;nbsp; 30&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8823&lt;/P&gt;
&lt;P&gt;09834&amp;nbsp; &amp;nbsp; &amp;nbsp; 27/01/2000&amp;nbsp; &amp;nbsp;37&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3015&lt;/P&gt;
&lt;P&gt;23432&amp;nbsp; &amp;nbsp; &amp;nbsp;03/07/1991&amp;nbsp; &amp;nbsp; 31&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2125&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 23:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438110#M69046</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-16T23:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning value to a variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438119#M69047</link>
      <description>Hi:&lt;BR /&gt;  I second Reeza's comment. Multi-label formats are respected by several SAS procedures and are very handy for calculating the type of statistics you want. Here's an example using PROC REPORT and calculating the MEAN statistic &lt;A href="http://go.documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p1kkf0fl0y3yeon1qxyme7bp7hcn.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p1kkf0fl0y3yeon1qxyme7bp7hcn.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt; and here is an example with TABULATE &lt;A href="http://go.documentation.sas.com/?docsetId=proc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n0d6gp6j8o8592n1ai5e6tc0h7n5.htm&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=proc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n0d6gp6j8o8592n1ai5e6tc0h7n5.htm&amp;amp;locale=en&lt;/A&gt; and, here is a paper with a percent example on pages 7 and 8 &lt;A href="http://www2.sas.com/proceedings/sugi31/249-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/249-31.pdf&lt;/A&gt; (it is an older paper, but the concepts are still good).&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 17 Feb 2018 00:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438119#M69047</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-02-17T00:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning value to a variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438526#M69098</link>
      <description>&lt;P&gt;In attempting to create to do so I keep coming across an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 proc format;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 value ethnicgpfmt (notsorted);&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Format ETHNICGPFMT has been output.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 31='Samoan'&lt;/DIV&gt;&lt;DIV class="sasError"&gt;__&lt;/DIV&gt;&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 32='Tongan'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 33='Cook Island Maori'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 30 ='Aggregated Other Pacific'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 34-37='Aggregated Other Pacific'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 21='NZ Maori'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 10-12='Non Maori Pacific'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 40-high='Non Maori Pacific';&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;NOTE: The previous statement has been deleted.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;What exactly is this error referring to?&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Feb 2018 00:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438526#M69098</guid>
      <dc:creator>acelini</dc:creator>
      <dc:date>2018-02-20T00:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning value to a variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438539#M69099</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt; I believe you need to refer to the documentation for how to specify your values on the left side of the = sign. Here's the page: &lt;A href="http://go.documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n03qskwoints2an1ispy57plwrn9.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n03qskwoints2an1ispy57plwrn9" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n03qskwoints2an1ispy57plwrn9.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n03qskwoints2an1ispy57plwrn9&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt; For example, it appears to me that code 76 and code 32 are 2 separate codes based on your previous posting -- and if they are, indeed 2 separate values, then they would need to be spectified as &lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;76, 32 = 'Tongan'&lt;/FONT&gt;&lt;/STRONG&gt; (note the 2 values are separated by commas)&lt;BR /&gt;&lt;BR /&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 02:57:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438539#M69099</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-02-20T02:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning value to a variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438711#M69105</link>
      <description>&lt;P&gt;You don't need a semi colon after the VALUES statement, it's all one statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/91985"&gt;@acelini&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;In attempting to create to do so I keep coming across an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;73 proc format;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;74 value ethnicgpfmt (notsorted)&lt;FONT size="5" color="#FF0000"&gt;&lt;STRONG&gt;; &amp;lt;- this is too early.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: Format ETHNICGPFMT has been output.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;75 31='Samoan'&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;__&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;76 32='Tongan'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;77 33='Cook Island Maori'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;78 30 ='Aggregated Other Pacific'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;79 34-37='Aggregated Other Pacific'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;80 21='NZ Maori'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;81 10-12='Non Maori Pacific'&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;82 40-high='Non Maori Pacific';&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;NOTE: The previous statement has been deleted.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;83 run;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;What exactly is this error referring to?&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 16:42:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Assigning-value-to-a-variable/m-p/438711#M69105</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-20T16:42:55Z</dc:date>
    </item>
  </channel>
</rss>

