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 (May 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 24 May 2006 14:43:19 -0700
Reply-To:     David L Cassell <davidlcassell@MSN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David L Cassell <davidlcassell@MSN.COM>
Subject:      Re: assign reiterative macro variable to call symput to use in
              another call symput
In-Reply-To:  <200605241657.k4OEwkuY016687@mailgw.cc.uga.edu>
Content-Type: text/plain; format=flowed

schant508@HOTMAIL.COM wrote back: >Toby, > >Once I have the survey data for each question (each a separate dsn) then I >merge by the unique identifier to get one DSN which I will PROC FREQ to >get counts. Thank you.

Okay, so you have a very complicated macro - apparently a lot more complex than you really need, based on what I saw - in order to handle the problem that your data are coming to you in a bad database structure. I've seen that before.

Is there a way to get the data into better database structures *first*? In the long run, it could save you a phenomenal amount of work.

And I would recommend that you use PROC SURVEYFREQ. Even if you are only getting counts with no standard errors or anything else, the use of the right tool will help keep other people who use your code from going off in the wrong direction later.

HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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