<?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 Cat result type in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Cat-result-type/m-p/21252#M4484</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Can anybody explain me why variable b become numeric??&lt;BR /&gt;
&lt;BR /&gt;
data bbb;&lt;BR /&gt;
  b=cat(b,'1');&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thnx.</description>
    <pubDate>Tue, 24 Nov 2009 10:22:14 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-24T10:22:14Z</dc:date>
    <item>
      <title>Cat result type</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Cat-result-type/m-p/21252#M4484</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Can anybody explain me why variable b become numeric??&lt;BR /&gt;
&lt;BR /&gt;
data bbb;&lt;BR /&gt;
  b=cat(b,'1');&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thnx.</description>
      <pubDate>Tue, 24 Nov 2009 10:22:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Cat-result-type/m-p/21252#M4484</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-24T10:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cat result type</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Cat-result-type/m-p/21253#M4485</link>
      <description>Since you did not provide a type for b in it's first use [cat(b,'1')], SAS assumed it was numeric.  Numeric variables are legitimate arguments to the CAT function.  The documentation states that it does not provide an error or warning on conversion.</description>
      <pubDate>Tue, 24 Nov 2009 14:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Cat-result-type/m-p/21253#M4485</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-11-24T14:09:13Z</dc:date>
    </item>
  </channel>
</rss>

