<?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 Problem converting a value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57138#M12299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretty frustrating, none of that helps - I think I'll contact tech support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;th&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2011 08:27:32 GMT</pubDate>
    <dc:creator>thomash123</dc:creator>
    <dc:date>2011-12-01T08:27:32Z</dc:date>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57128#M12289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a strange issue here which I currently cannot resolve - please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A piece of code I've written imports a CSV file into a temporary dataset, which works perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, I want to convert some of the values I have imported into numeric data. I am using DI Studio, so I use a "SAS Extract" and the code that gets produced looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; create view work.W5O43ACY as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (input(fld1,11.)) as NR length = 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; informat = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label = 'NR',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fld2 as ABLAUFDATUM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fld3 as ENTITAET,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (input(fld4,11.)) as TEC_ID length = 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; informat = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label = 'TEC_ID',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (input(fld34,11.)) as TEC_LCR_AK_GP_ID_ALT length = 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; informat = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label = 'TEC_LCR_AK_GP_ID_ALT',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (input(fld35,11.)) as TEC_LCR_AK_GP_ID_NEU length = 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; informat = 11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label = 'TEC_LCR_AK_GP_ID_NEU'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; from &amp;amp;SYSLAST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, everything from fld1 to fld34 gets transferred and (if required) converted - only fld35 does not and I have absolutely no clue why. FLD35 does not seem like a reserved syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS 9.2 M3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 08:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57128#M12289</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2011-11-30T08:41:36Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57129#M12290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the result, missing values?&lt;/P&gt;&lt;P&gt;Anything in the log?&lt;/P&gt;&lt;P&gt;How is the source columns defined - CHAR(11)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Linus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 12:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57129#M12290</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2011-11-30T12:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57130#M12291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;I actually found right at the very top of the log a note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Invalid string.&lt;/P&gt;&lt;P&gt;NOTE: Invalid argument to function INPUT. Missing values may be generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I have no clue to what it refers as the job quits successfully and all the other input()-functions work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Yes, the result is a missing value, the log says nothing of interest in this matter and the source column is char(11) - just like others, that are converted just fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;th&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 12:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57130#M12291</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2011-11-30T12:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57131#M12292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be some characters in &lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;fld35.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 13:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57131#M12292</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2011-11-30T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57132#M12293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may just be missing a semi-colon at the end of one of your statements.&amp;nbsp; Way toward the end of your code there is a line: &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label = 'TEC_LCR_AK_GP_ID_NEU'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;add a semi-colon to the end of that line and let us know what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 13:55:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57132#M12293</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-11-30T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57133#M12294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Art -- the semi-colon is properly placed for a SQL statement.&amp;nbsp; I suspect that Linlin found the answer -- garbage in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomash123 -- the garbage may not be printable.&amp;nbsp; Try a PROC PRINT on some of the data applying a HEX format to the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57133#M12294</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-11-30T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57134#M12295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed!&amp;nbsp; In my haste I didn't even notice that it was using proc sql and I mistook the commas for semicolons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57134#M12295</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-11-30T14:39:26Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57135#M12296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, just like fld34, there is a 3 digit number in the field, so no characters at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57135#M12296</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2011-11-30T15:08:23Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57136#M12297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will it work if you imbed a compress function in the input statement for field35?&amp;nbsp; I can't test it at the moment, but am wondering if something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (input(compress(fld35,,'kd'),11.)) as TEC_LCR_AK_GP_ID_NEU length = 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;might get rid of whatever is causing the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:21:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57136#M12297</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-11-30T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57137#M12298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the data only contain digits.&lt;/P&gt;&lt;P&gt;Maybe length of variable&amp;nbsp; fld35 is too wide. input can't transform it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input(left(fld35),11.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input fld35, 32.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 07:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57137#M12298</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-12-01T07:34:23Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57138#M12299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretty frustrating, none of that helps - I think I'll contact tech support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;th&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 08:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57138#M12299</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2011-12-01T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57139#M12300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, it turns out that there was for some reason a &amp;lt;CRLF&amp;gt; at the end of the CSV line and I had to use termstr=CRLF in the INFILE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty interesting though, that DI studio shows a fully imported dataset but seems not to be able to convert the value - and how can it, if the value is not there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would expect the tool to give me some hint that a value is actually missing instead of showing it in the temp data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 10:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57139#M12300</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2011-12-19T10:37:49Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57140#M12301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The usual reason for this is that you have a text file created on a PC that has been moved as binary to a UNIX system.&lt;/P&gt;&lt;P&gt;DOS (windows) uses CR+LF pair to mark the end of a line.&amp;nbsp; UNIX just uses a LF.&amp;nbsp; So when you read the file on UNIX the extra CR character becomes the last character on the line.&amp;nbsp; The new TERMSTR option on the INFILE statement will tell SAS that the CR is part of the end of line marker and it will be stripped from the input buffer before the SAS statements read the line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 13:42:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57140#M12301</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-12-19T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Problem converting a value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57141#M12302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Tom - I just did not find out about it, because on the one hand this never happend before when transferring the files and on the other hand the behaviour in DI studio is so odd and actually shows me a correctly imported file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;th&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 16:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-converting-a-value/m-p/57141#M12302</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2011-12-19T16:34:35Z</dc:date>
    </item>
  </channel>
</rss>

