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 (October 1999, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 29 Oct 1999 15:38:22 +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
Comments:   To: "Robert Andrew Bowell Jr." <bowell@nbcs.rutgers.edu>
Content-Type:   text/plain

Robert,

You (or the user) should be able to investigate that your/herself by running a PROC FREQ on the concerning variables. I don't need to know it, you don't need to know it, but I think the user should know it, as she is the one working with the data and she should know her data. I would anyway.

Besides why should a missing 2-digit year be coded as 99? 99 is a very valid value. It might better be coded as something like -9. Maybe it already was coded useful (see the output of PROC FREQ). Are you sure there are no legal values of 99? If I were responsible for that I would forbid the use of 99 that way; besides I would make years 4 digits and leave or make missings really missing (a period or some other distinctive missing value).

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: Friday, October 29, 1999 2:51 PM > To: Jim Groeneveld > Subject: RE: If/then > > On Fri, 29 Oct 1999, Jim Groeneveld wrote: > > > 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. > > She might have coded them differently, yeah, but I doubt it > because then I think she'd've known that, right? In any case, I asked her > for the complete program, but since she feels the problem has been solved, > she doesn't want to go any further and send me the code. > > Y'obt., > Rob Bowell > ------------------------------------------------- > Programmer/Analyst, RUCS User Services Group > Hill Center, Room 209 > Phone: 732-445-0481/Fax: 732-445-5539 > -------------------------------------------------


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