Date: Mon, 2 Apr 2007 13:59:54 -0400
Reply-To: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject: Re: Organising data sets
In-Reply-To: <1175530783.837324.315120@q75g2000hsh.googlegroups.com>
Content-Type: text/plain; charset=us-ascii
> From: RAMS
> In Microsoft Excel (Spread Sheet), we can create /
> save many sheets under one file. Similarly is there anyway
> to organise two or more dataset in a library to a single
> dataset with multiple sheets in the library.
not exactly what you asked
but the concept is similar: the xml engine on the libname statement
libname test xml 'C:\XMLdata\my.xml'
xmlmap = 'C:\XMLdata\my.map';
http://support.sas.com/rnd/base/topics/sxle82/exp82/mapxmlexp.html
Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov
|