Date: Sun, 15 Mar 2009 20:52:40 -0700
Reply-To: Richard <rdevenezia@WILDBLUE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Richard <rdevenezia@WILDBLUE.NET>
Organization: http://groups.google.com
Subject: Re: Macro
Content-Type: text/plain; charset=ISO-8859-1
On Mar 15, 11:16 am, randista...@HOTMAIL.COM (Randy) wrote:
> Dear All:
> I have a data set for 1000 patients each with a patient ID from 1 - 1000.
> I want to write a Macro which pulls in each patient, the code processes the
> data and then saves it as a file for each individual patient.
What is the nature of the code that works perfectly when applied to a
single patient ?
- Multiple steps ?
- Multiple procs ?
Regardless of the nature, it would probably be best to understand how
to use the BY statement and/or the CLASS statement to allow groupwise
processing of your data in a series of one or more steps.
|