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 (January 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 22 Jan 2007 19:06:16 +0530
Reply-To:     Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Subject:      Mixed data
Content-Type: text/plain; charset="us-ascii"

Dear All,

I have the following dataset ABC.

data ABC; input id value $; cards; 1 8.5 2 6.9 3 Neg 4 3.1 5 pos 6 neg 7 12.9 8 10 ; run;

From this dataset I want to get only the numeric values. My desired dataset will contain only numeric values as follows:

Id value 1 8.5 4 3.1 7 12.9 8 10

Kindly suggest me how I can achieve this in SAS.

Thanks in advance. With best regards MADAN

(i) The information contained in this e-mail message is intended only for the confidential use of the recipient(s) named above. This message is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message.

(ii) The sender confirms that Ranbaxy shall not be responsible if this email message is used for any indecent, unsolicited or illegal purposes, which are in violation of any existing laws and the same shall solely be the responsibility of the sender and that Ranbaxy shall at all times be indemnified of any civil and/ or criminal liabilities or consequences there.


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