LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page