Date: Fri, 29 Oct 1999 11:44:16 +0200
Reply-To: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Subject: Re: If/then
Content-Type: text/plain
Robert,
Are you sure the missing data actually were coded as . (a period)? Maybe
they were coded differently, e.g. one of ._, or .A to .Z or even just some
negative number. That would all fit your successful recode you indicate
below.
Regards - Jim.
--
Y. Groeneveld, MSc IMRO TRAMARKO tel. +31 412 407 070
senior statistician P.O. Box 1 fax. +31 412 407 080
5350 AA BERGHEM IMRO TRAMARKO: a CRO
J.Groeneveld@ITGroups.com the Netherlands in clinical research
"My job is to keep my computer working." - Jim Groeneveld
> -----Original Message-----
> From: Robert Andrew Bowell Jr. [SMTP:bowell@NBCS.RUTGERS.EDU]
> Sent: Thursday, October 28, 1999 8:18 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Re: If/then
>
> Call off the hounds!
>
> For some reason, the following worked for her:
>
> if achmar{i}=<0 then achmar{i}=99
>
> and she's through with trying to debug it any further. C'est la
> vie. Thanks for all your help, though.
>
> Y'obt.,
> Rob Bowell
> -------------------------------------------------
> Programmer/Analyst, RUCS User Services Group
> Hill Center, Room 209
> Phone: 732-445-0481/Fax: 732-445-5539
> -------------------------------------------------
|