LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 9 Jul 2007 04:59:27 -0700
Reply-To:     OVIDIU NEGRILA <diddy1512@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         OVIDIU NEGRILA <diddy1512@YAHOO.COM>
Subject:      Re: how to change the variable type?
Comments: To: "agri521@gmail.com" <agri521@GMAIL.COM>
In-Reply-To:  <1183979502.770394.115810@e9g2000prf.googlegroups.com>
Content-Type: text/plain; charset=iso-8859-1

Hi,

use the INPUT function

new_var=input(old_var, informat.) where informat is the SAS informat that you want to apply to the source.

Best regards,

Ovidiu

"agri521@gmail.com" <agri521@GMAIL.COM> wrote: it is need that character type is changed to numeric type. plz how to make it ? thank.

--------------------------------- Got a little couch potato? Check out fun summer activities for kids.


Back to: Top of message | Previous page | Main SAS-L page