Date: Fri, 26 May 2006 11:52:30 +0530
Reply-To: mohit.b.bhatia@AEXP.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mohit Bhatia <mohit.b.bhatia@AEXP.COM>
Subject: converting numeric to char
Content-Type: text/plain; charset=us-ascii
Hi,
I am doing this to convert numeric to character variable.
data temp;
length acct15 $15.;
set temp;
newvar=put(oldvar,12.);
run
when i take a print its not giving me the desired output.Kindly help
American Express made the following
annotations on 05/25/06, 23:22:40
------------------------------------------------------------------------------
******************************************************************************
"This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you."
American Express a ajouté le commentaire suivant le 05/25/06, 23:22:40
Ce courrier et toute pièce jointe qu'il contient sont réservés au seul destinataire indiqué et peuvent renfermer des renseignements confidentiels et privilégiés. Si vous n'êtes pas le destinataire prévu, toute divulgation, duplication, utilisation ou distribution du courrier ou de toute pièce jointe est interdite. Si vous avez reçu cette communication par erreur, veuillez nous en aviser par courrier et détruire immédiatement le courrier et les pièces jointes. Merci.
******************************************************************************
=============================================================================
|