<?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 to convert 1 as one and 2 as two without Proc format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172961#M44551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds like a homework assignment.&amp;nbsp; :smileysilly:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 18:12:07 GMT</pubDate>
    <dc:creator>jaredp</dc:creator>
    <dc:date>2014-02-19T18:12:07Z</dc:date>
    <item>
      <title>How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172955#M44545</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;Could any one help me how to convert Numeric Value 1 as &lt;STRONG&gt;one&lt;/STRONG&gt; and 2 as &lt;STRONG&gt;two&lt;/STRONG&gt; and 3 as &lt;STRONG&gt;three............ etc without using Proc Format &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for egi do have dataset like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;X&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Y&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Z&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want dataset to be like below without using &lt;STRONG&gt;Proc Format &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="192"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;X&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;One&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Y&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Two&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Z&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Three&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Four&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Five&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also is it possible to convert 1as First and 2 as Second and 3 as Third etc without using Proc Format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172955#M44545</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2014-02-13T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172956#M44546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data work.temp;&lt;/P&gt;&lt;P&gt;input letter $ number;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Y&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;Z&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data work.temp;&lt;/P&gt;&lt;P&gt;set work.temp;&lt;/P&gt;&lt;P&gt;wordnumber=put(number, words23.);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=work.temp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172956#M44546</guid>
      <dc:creator>statistician13</dc:creator>
      <dc:date>2014-02-13T16:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172957#M44547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By "without proc format" do you mean without a custom format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the easiest for the first requirement would be&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set have;&lt;/P&gt;&lt;P&gt;/* assumes value is the name of the variable that contains the numeric 1,2,3 etc*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num = put(value,words10.);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you somehow happen to find a dataset with the values and words you need you could use either a hash table or sql to match and bring in the word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHY can't you use proc format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172957#M44547</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-02-13T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172958#M44548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to every one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me is it possible to convert one as First and 2 as Second and goes on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: rgb(255, 255, 255); width: 192px;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;X&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;First &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;Y&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Second&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;Z&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Third&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Fourth&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Fifth&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 06:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172958#M44548</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2014-02-19T06:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172959#M44549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the range of input values is a) numeric with constant intervals and b) rather small, you could do the following:&lt;/P&gt;&lt;P&gt;data xxx (drop=lookup);&lt;/P&gt;&lt;P&gt;set yyy;&lt;/P&gt;&lt;P&gt;retain lookup 'First&amp;nbsp; Second Third&amp;nbsp; Fourth Fifth&amp;nbsp; Sixth&amp;nbsp; SeventhEighth Ninth&amp;nbsp; Tenth&amp;nbsp; ';&lt;/P&gt;&lt;P&gt;Wordnumber = substr(lookup,(number-1)*7+1,7);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adjust the formula in the substr() to your actual needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 08:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172959#M44549</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-02-19T08:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172960#M44550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SCAN() would be easier.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Wordnumber = scan(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;'First Second Third Fourth Fifth Sixth Seventh Eighth Ninth Tenth'&lt;/SPAN&gt;,number);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:13:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172960#M44550</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-02-19T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172961#M44551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds like a homework assignment.&amp;nbsp; :smileysilly:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 18:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172961#M44551</guid>
      <dc:creator>jaredp</dc:creator>
      <dc:date>2014-02-19T18:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172962#M44552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jairedp you can easily convert this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;TBODY style="font-family: inherit;"&gt;&lt;TR style="font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="padding-left: 4px; padding-right: 4px; font-family: inherit; border: black 0px solid;" width="64"&gt;X&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-top: black 0px solid; border-right: black 0px solid;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-top: black 0px solid; border-right: black 0px solid;" width="64"&gt;First &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: black 0px solid; border-left: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;Y&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;Second&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: black 0px solid; border-left: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;Z&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;Third&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: black 0px solid; border-left: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;Fourth&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: black 0px solid; border-left: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-bottom: black 0px solid; padding-left: 4px; padding-right: 4px; font-family: inherit; border-right: black 0px solid;"&gt;Fifth&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 22 ,56 99 etc how will display that in words like twentytwo, fiftysix,lke that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 05:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172962#M44552</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2014-05-15T05:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172963#M44553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A "correct answer" has been provided.&amp;nbsp; Did it not work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 14:46:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172963#M44553</guid>
      <dc:creator>jaredp</dc:creator>
      <dc:date>2014-05-15T14:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172964#M44554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 11:16:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172964#M44554</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2014-06-02T11:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 1 as one and 2 as two without Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172965#M44555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- use proc format to specify a custom label for all the values you intend to cover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- generate a lookup table with the labels and join your dataset with it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- use the same lookup table as input for a hash object and use that in the data step&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-convert-1-as-one-and-2-as-two-without-Proc-format/m-p/172965#M44555</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-06-02T12:00:04Z</dc:date>
    </item>
  </channel>
</rss>

