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 (November 2001, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 29 Nov 2001 14:02:17 -0500
Reply-To:     Catherine Ward <CWard@ACCORDANT.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Catherine Ward <CWard@ACCORDANT.NET>
Subject:      Addendum RE: First.Variable Question - Resolved
Content-Type: text/plain; charset="ISO-8859-1"

I seem to have miscopied a line. The second data step should read:

data &OTLIB..admits ; set &OTLIB..preadmits; by payer MemberID DateOfService; if payer in: ('Plan A') and first.DateOfService; run;

Sorry for any confusion this caused.

Catherine Ward, RN, MSN/MBA cward@accordant.net (336) 315-3757 Visit our patient communities at http://www.accordant.com or our corporate site at http://www.accordant.net


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