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 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 15 Jul 2004 11:02:55 -0400
Reply-To:     "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Subject:      Re: Converting Missing Value to zero
Comments: To: Joerg Neumann <neumann@CONSORS.DE>
Content-Type: text/plain; charset="iso-8859-1"

Try:

Options missing=0;

HTH Venita

> ---------- > From: Joerg Neumann[SMTP:neumann@CONSORS.DE] > Reply To: Joerg Neumann > Sent: Thursday, July 15, 2004 10:53 AM > To: SAS-L@LISTSERV.UGA.EDU > Subject: Converting Missing Value to zero > > Hello everybody, > > i have an sas data set with a lot of numeric variable. > I want to convert the missing value . for numeric values to the value > zero. > What is the best way to do this? > > Thanks > Jörg Neumann >


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