LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 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, 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..
Comments: To: "Sridhar, Kumar" <nsridhar@MEDAREX.COM>
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


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