From: Al on

Dear All :

I have bunch of xml files, i would like to convert them in to SAS
dataset or an excel sheet ..
how can this be done ?

Thanks in advance
Al
From: Reeza on
On Jul 19, 12:27 pm, Al <ali6...(a)gmail.com> wrote:
> Dear All :
>
> I have bunch of xml files, i would like to convert them in to SAS
> dataset or an excel sheet ..
> how can this be done ?
>
> Thanks in advance
> Al

SAS XML Parser...its a separate program. OR in the libname, libname
test xml 'c:\.....\file.xml'; which won't work for all files.

Search the SUGI papers for more specifics/examples.
From: Patrick on
May be this gets you started:
http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#/documentation/cdl/en/engxml/62845/HTML/default/a002485024.htm