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 (December 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 15 Dec 2008 08:49:19 -0800
Reply-To:     TheClue <theclue@EMAIL.IT>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         TheClue <theclue@EMAIL.IT>
Organization: http://groups.google.com
Subject:      Re: problems in strings between datasteps and macro
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

On 15 Dic, 15:32, iebup...@GMAIL.COM ("./ ADD NAME=Data _null_,") wrote: > Maybe something like this would work for you. It uses PROC SUMMARY > but you could use UNIVARIATE. I think this is output arrangement you > are looking for.

uhm...i tried to experimenting your code, but i was not able to get it working. the output i need is similar to the one i would have using this statement:

proc means data=BPressure mean min max; var Systolic Diastolic;

--- example output ----

Variable Mean Minimum Maximum

Systolic 121.2727273 96.0000000 165.0000000 Diastolic 70.0909091 40.0000000 110.0000000

------------------------------------------

but i need to store it on a dataset and (!!!) i have to use proc univariate since i need some calculus not available in proc mean. Perhaps your code is suitable...perhaps i was simply not able to "tune" it for my needs...


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