Date: Tue, 4 Apr 2006 12:07:26 -0400
Reply-To: Randy Herbison <RandyHerbison@WESTAT.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Randy Herbison <RandyHerbison@WESTAT.COM>
Subject: Re: how to write multiple SAS tables into 1 xml file
Content-Type: text/plain; charset="us-ascii"
Wensui,
You can use the XML engine to write multiple SAS tables to a single XML
file. Try this:
libname helpers xml "c:\temp\helpers.xml";
proc copy in=sashelp out=helpers;
select class air;
run;
proc contents data=helpers._all_;
run;
RandyHerbison@westat.com
-----Original Message-----
From: owner-sas-l@listserv.uga.edu [mailto:owner-sas-l@listserv.uga.edu]
On Behalf Of Wensui Liu
Sent: Tuesday, April 04, 2006 11:24 AM
To: SAS-L@listserv.uga.edu
Subject: how to write multiple SAS tables into 1 xml file
Dear Listers,
I am wondering how xml is working with SAS tables.
If I use libname xxx xml "..", I can only write 1 SAS table into the xml
file. Do I miss something?
Thanks.
--
WenSui Liu
(http://statcompute.blogspot.com)
Senior Decision Support Analyst
Health Policy and Clinical Effectiveness
Cincinnati Children Hospital Medical Center