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 (March 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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