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
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
>
|