<?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 Re: How can i Convert Numeric data to Char ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68061#M19485</link>
    <description>There are numerous SAS papers/documentation on this subject. The PUT function will do this.&lt;BR /&gt;
&lt;BR /&gt;
In DI Studio, you will see most SAS functions available in the Expression Builder window, in the Functions tab, where they are categorized. For a full list of SAS functions, see on-line doc.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
    <pubDate>Wed, 07 Jan 2009 14:28:44 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2009-01-07T14:28:44Z</dc:date>
    <item>
      <title>How can i Convert Numeric data to Char ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68060#M19484</link>
      <description>How can i Convert Numeric data to Char ?  Where can i see all the SAS Column FUnctions &lt;BR /&gt;
TIA</description>
      <pubDate>Wed, 07 Jan 2009 14:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68060#M19484</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Convert Numeric data to Char ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68061#M19485</link>
      <description>There are numerous SAS papers/documentation on this subject. The PUT function will do this.&lt;BR /&gt;
&lt;BR /&gt;
In DI Studio, you will see most SAS functions available in the Expression Builder window, in the Functions tab, where they are categorized. For a full list of SAS functions, see on-line doc.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 07 Jan 2009 14:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68061#M19485</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-01-07T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Convert Numeric data to Char ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68062#M19486</link>
      <description>One of the standard ways to do the convert is with the INPUT function.&lt;BR /&gt;
&lt;BR /&gt;
NumVar=INPUT(CharVar,Format_for_CharVar);&lt;BR /&gt;
&lt;BR /&gt;
e.g. if CharDays is a character field that is 4 columns wide,&lt;BR /&gt;
Days=INPUT(CharDays,4.);&lt;BR /&gt;
&lt;BR /&gt;
The functions are all described in the SAS documentation, under the Base SAS product:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/" target="_blank"&gt;http://support.sas.com/documentation/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 07 Jan 2009 14:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68062#M19486</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-01-07T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Convert Numeric data to Char ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68063#M19487</link>
      <description>Thanks.&lt;BR /&gt;
SB</description>
      <pubDate>Wed, 07 Jan 2009 14:37:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Convert-Numeric-data-to-Char/m-p/68063#M19487</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T14:37:48Z</dc:date>
    </item>
  </channel>
</rss>

