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
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
|