<?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 Invalid numeric data ?? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106274#M29603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand why when I'm running this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; CMANAME = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'Ottawa - Gatineau (QC/ON)'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; and substr (FSA,&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;) = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'J'&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; Province = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'Quebec'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; and CMA_NAME=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'Quebec'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff; font-family: 'SAS Monospace';"&gt;NOTE: Invalid numeric data, 'Quebec' , at line 145 column 85.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;FSALDU=J0X0A1 FSA_LDU=J0X 0A1 FSA=J0X COMMNAME=WAKEFIELD PRCDDA=24820077 PRCDCSD=2482035&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;CSDNAME=La P?che (QC) CMACA=505 CMANAME=Ottawa - Gatineau (QC/ON) PROV=QC FILE_VINTAGE=2011 JUL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;PC_VINTAGE=2011 MAY CMA_NAME=Quebec CMA_NAME2=Ottawa - Gatineau (QC Province=0 _ERROR_=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;_N_=229242&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;when Province is text and considered text in the earlier part of the code..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2012 13:26:36 GMT</pubDate>
    <dc:creator>podarum</dc:creator>
    <dc:date>2012-05-07T13:26:36Z</dc:date>
    <item>
      <title>Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106274#M29603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand why when I'm running this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; CMANAME = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'Ottawa - Gatineau (QC/ON)'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; and substr (FSA,&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;) = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'J'&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; Province = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'Quebec'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; and CMA_NAME=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: purple; font-family: 'Courier New';"&gt;'Quebec'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff; font-family: 'SAS Monospace';"&gt;NOTE: Invalid numeric data, 'Quebec' , at line 145 column 85.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;FSALDU=J0X0A1 FSA_LDU=J0X 0A1 FSA=J0X COMMNAME=WAKEFIELD PRCDDA=24820077 PRCDCSD=2482035&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;CSDNAME=La P?che (QC) CMACA=505 CMANAME=Ottawa - Gatineau (QC/ON) PROV=QC FILE_VINTAGE=2011 JUL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;PC_VINTAGE=2011 MAY CMA_NAME=Quebec CMA_NAME2=Ottawa - Gatineau (QC Province=0 _ERROR_=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;_N_=229242&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;when Province is text and considered text in the earlier part of the code..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106274#M29603</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2012-05-07T13:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106275#M29604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;run&lt;/P&gt;&lt;P&gt;proc contents data=&lt;SPAN style="color: #ff0000;"&gt;yourdataset&lt;/SPAN&gt;;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check variable &lt;SPAN style="color: #ff0000;"&gt;"procvince&lt;/SPAN&gt;" is a numeraic variable or character variable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106275#M29604</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-05-07T13:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106276#M29605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Province&amp;nbsp;&amp;nbsp; Char&amp;nbsp;&amp;nbsp; 27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Province is being created by me in the step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106276#M29605</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2012-05-07T13:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106277#M29606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; Province = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'Quebec'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; and CMA_NAME=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'Quebec'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then do;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;Province = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'Quebec';&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;CMA_NAME=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'Quebec';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106277#M29606</guid>
      <dc:creator>Jay_TxOAG</dc:creator>
      <dc:date>2012-05-07T13:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106278#M29607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106278#M29607</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2012-05-07T13:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106279#M29608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've gotten the right solution, but ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your original question also asked why you were getting the results about invalid numeric data.&amp;nbsp; Here's the explanation for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As noted, when there is no DO group, SAS expects just a single outcome.&amp;nbsp; So the statement is interpreted as if you had added parentheses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ... then Province = ( 'Quebec' and CMA_NAME='Quebec' );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a set of conditions joined by AND, SAS attempts to evaluate each as true or false.&amp;nbsp; It has a scheme for evaluating the values it encounters, using 0 or missing as false, and any other numeric value as true.&amp;nbsp; 'Quebec' is none of the above, and therefore constitutes an invalid numeric value.&amp;nbsp; You could actually run this statement without error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if name='podarum' then salary=1000000 and age=52;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS interprets 1000000 as true, and SALARY receives a value of 1 when AGE=52, and 0 when AGE= any other value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, rather than confuses the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106279#M29608</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-05-07T14:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106280#M29609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation Astounding, it helps to know the reason behind it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106280#M29609</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2012-05-07T14:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106281#M29610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice explanation...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106281#M29610</guid>
      <dc:creator>Jay_TxOAG</dc:creator>
      <dc:date>2012-05-07T14:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106282#M29611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Astounding,&lt;/P&gt;&lt;P&gt;Are you a teacher?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 15:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106282#M29611</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-05-07T15:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106283#M29612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, I have to remain 100% anonymous.&amp;nbsp; Anything short of that would jeopardize (or at least extremely limit) my ability to post here.&amp;nbsp; So regretfully (as you have seen elsewhere), I don't respond to any requests that might endanger that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, I suspect that the answer is pretty clear and will confirm just this much.&amp;nbsp; I am not a teacher by any sort of formal training, but I have taught SAS courses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck and please understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 15:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106283#M29612</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-05-07T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106284#M29613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!! We are so luck to have you on the forum&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 15:42:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106284#M29613</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-05-07T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numeric data ??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106285#M29614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting the same message in my code, but I have only one outcome in my if-then condition and that is to assign a value to a character variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Invalid numeric data, key2='COBRIE' , at line 1 column 2.&lt;/P&gt;&lt;P&gt;NOTE: Invalid numeric data, name2='COBRIE' , at line 1 column 2.&lt;/P&gt;&lt;P&gt;NOTE: Invalid numeric data, vre_first_name='CHRISTOPHER' , at line 1 column 2.&lt;/P&gt;&lt;P&gt;NOTE: Invalid numeric data, vre_last_name='OBRIEN' , at line 1 column 2.&lt;/P&gt;&lt;P&gt;vre_last_name=OBRIEN vre_first_name=CHRISTOPHER dob=.&lt;/P&gt;&lt;P&gt;&amp;nbsp; key1=&amp;nbsp; key2=COBRIE fname10=&amp;nbsp; fname_match=&amp;nbsp; name_match=4 dob_match=0&lt;/P&gt;&lt;P&gt; name1=&amp;nbsp; name2=COBRIE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 21:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Invalid-numeric-data/m-p/106285#M29614</guid>
      <dc:creator>ethom1906</dc:creator>
      <dc:date>2012-11-29T21:10:55Z</dc:date>
    </item>
  </channel>
</rss>

