Date: Tue, 19 Aug 2008 18:29:30 +0530
Reply-To: Anindya Mozumdar <anindya.lugbang@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Anindya Mozumdar <anindya.lugbang@GMAIL.COM>
Subject: Re: How can i convert 1 to One, 2 to Two
In-Reply-To: <939700f5-aee8-45cc-9464-eef6ad99fb84@p25g2000hsf.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Interestingly, the words. format prints 1000000000 (1 billion) as large_number.
>> Hi All,
>>
>> Can any one plz tell me how can i convert 1 to One, 2 to Two
>>
>> i.e., i have a dataset in which i have a variable 'number' and i have
>> observations starting from 1 to 100000. and i want to create new
>> variable 'word' and in this all the numbers should be converted into
>> words
>>
>> 1 One
>> 2 Three
>> 3 Four
>> .
>> .
>> .
|