<?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 proc format does not recognise character value (bug?) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-format-does-not-recognise-character-value-bug/m-p/75706#M21971</link>
    <description>Can anyone tell me if there is a known bug which causes this to intermittently occur?........&lt;BR /&gt;
&lt;BR /&gt;
911  &lt;BR /&gt;
912  proc format;&lt;BR /&gt;
913  value $pol_num&lt;BR /&gt;
914   '10'='0'&lt;BR /&gt;
ERROR: The quoted string '10' is not acceptable to a numeric format or informat.&lt;BR /&gt;
915   '11'='1'&lt;BR /&gt;
916   '12'='2'&lt;BR /&gt;
917   '13'='3'&lt;BR /&gt;
918   '14'='4'&lt;BR /&gt;
919   '15'='5'&lt;BR /&gt;
920   '16'='6'&lt;BR /&gt;
........&lt;BR /&gt;
&lt;BR /&gt;
Clearly it is a character format so why does SAS think it's a numeric? It usually works but every so often throws a wobbler.</description>
    <pubDate>Fri, 27 Feb 2009 10:36:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-02-27T10:36:13Z</dc:date>
    <item>
      <title>proc format does not recognise character value (bug?)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format-does-not-recognise-character-value-bug/m-p/75706#M21971</link>
      <description>Can anyone tell me if there is a known bug which causes this to intermittently occur?........&lt;BR /&gt;
&lt;BR /&gt;
911  &lt;BR /&gt;
912  proc format;&lt;BR /&gt;
913  value $pol_num&lt;BR /&gt;
914   '10'='0'&lt;BR /&gt;
ERROR: The quoted string '10' is not acceptable to a numeric format or informat.&lt;BR /&gt;
915   '11'='1'&lt;BR /&gt;
916   '12'='2'&lt;BR /&gt;
917   '13'='3'&lt;BR /&gt;
918   '14'='4'&lt;BR /&gt;
919   '15'='5'&lt;BR /&gt;
920   '16'='6'&lt;BR /&gt;
........&lt;BR /&gt;
&lt;BR /&gt;
Clearly it is a character format so why does SAS think it's a numeric? It usually works but every so often throws a wobbler.</description>
      <pubDate>Fri, 27 Feb 2009 10:36:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format-does-not-recognise-character-value-bug/m-p/75706#M21971</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-27T10:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: proc format does not recognise character value (bug?)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format-does-not-recognise-character-value-bug/m-p/75707#M21972</link>
      <description>Clearly there is some SAS code executed ahead of your PROC FORMAT, which is likely contributing to this condition.  Share more info about this code and also info about your SAS environment (OS, version and SP level -- from SASLOG).  And any info about what conditions the problem occurs would also be useful.  And it may help by coding  a SAS RUN;  statement ahead of a PROC execution so that SAS compiles the code up to that point before it interprets the next PROC / DATA step.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 28 Feb 2009 14:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format-does-not-recognise-character-value-bug/m-p/75707#M21972</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-02-28T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc format does not recognise character value (bug?)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format-does-not-recognise-character-value-bug/m-p/75708#M21973</link>
      <description>Thanks Scott,&lt;BR /&gt;
&lt;BR /&gt;
It's XP Professional, SP2.&lt;BR /&gt;
&lt;BR /&gt;
I'm certain it is not a code issue as simply restarting SAS and runinng the same code causes no issue most of the time. It seems completely random. IN other words. probably windows related.&lt;BR /&gt;
&lt;BR /&gt;
All the steps before the proc have run; statements.</description>
      <pubDate>Mon, 02 Mar 2009 11:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format-does-not-recognise-character-value-bug/m-p/75708#M21973</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-02T11:19:13Z</dc:date>
    </item>
  </channel>
</rss>

