Date: Thu, 16 Dec 2004 11:32:56 -0800
Reply-To: Dennis Diskin <diskin@SNET.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Dennis Diskin <diskin@SNET.NET>
Subject: Re: Help with datastep..
In-Reply-To: <6F77AA8A6B0BAB43B9CA0CB8BAD9001BEF5F59@njb-mail.bnj.2k.medarex.com>
Content-Type: text/plain; charset=us-ascii
Kumar,
Typically, the records are in one dataset with a screening date. Sort on patient ID and date and then use a datastep to keep only the last record per patient using the last.pid functionality.
HTH,
Dennis Diskin
"Sridhar, Kumar" <nsridhar@MEDAREX.COM> wrote:
Hi Y'all:
I am trying to do the following:
Patients come in for Screening and some of them are required to come in
for Repeat Screening. In the event the patient is required to come in
for a repeat screening, the screening values are to be "deleted" and the
Repeat Screening to be used as Screening.
At this point, I am at a loss as to how to go about doing this. Any
help would be greatly appreciated.
TIA
Kumar
|