|
|||
|
Thank you so much, Randy.
wensui On 4/4/06, Randy Herbison <RandyHerbison@westat.com> wrote: > > 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=3Dsashelp out=3Dhelpers; > select class air; > run; > > proc contents data=3Dhelpers._all_; > run; > > > RandyHerbison@westat.com > > -----Original Message----- > From: owner-sas-l@listserv.uga.edu [mailto wner-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 > -- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Health Policy and Clinical Effectiveness Cincinnati Children Hospital Medical Center |
|
|
||||
|
||||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: write to file without data step? | Alan Churchill | Newsgroup comp.soft-sys.sas | 0 | 06-19-2007 07:02 PM |
| Re: write to file without data step? | Fehd, Ronald J. | Newsgroup comp.soft-sys.sas | 0 | 06-19-2007 06:41 PM |
| Re: write to file without data step? | data _null_; | Newsgroup comp.soft-sys.sas | 0 | 06-19-2007 06:38 PM |
| Dynamic file creation thru SAS | Kannan | Newsgroup comp.soft-sys.sas | 5 | 04-20-2007 04:11 PM |
| how to write multiple SAS tables into 1 xml file | Wensui Liu | Newsgroup comp.soft-sys.sas | 0 | 04-04-2006 03:24 PM |