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 (February 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 28 Feb 2006 05:13:14 -0800
Reply-To:     Frank Poppe <Frank.Poppe@PWCONS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Frank Poppe <Frank.Poppe@PWCONS.COM>
Organization: http://groups.google.com
Subject:      Re: Outputting an html code with values in it
Comments: To: sas-l@uga.edu
In-Reply-To:  <469cnhF9tha5U1@individual.net>
Content-Type: text/plain; charset="iso-8859-1"

I too cannot quite see what kind of result you are after - and if a macro is the right way to go.

As you describe it seems either PROC PRINT DATA = your.data ; RUN ; or DATA _NULL_ ; SET your.data ; PUT _ALL_ ; RUN ; will give you what you want.

Frank Poppe PW Consulting the Hague, the Netherlands


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