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 (March 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 18 Mar 2010 15:43:04 -0400
Reply-To:     Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject:      Re: reading xls without proc import or changing file type

So if you not sold on xls and you need it in SAS, why not writing it to a SAS dataset? This is from documentation:

ods output Table=energyoutput(keep=region division type expenditures_sum);

You can use that e.g. for PROCs, which normally have no SAS output dataset, like TABULATE.

Gerhard

On Thu, 18 Mar 2010 12:15:31 -0700, Captain <apsteinberg@HOTMAIL.COM> wrote:

>I am trying to figure out a way to read an ods generated xls file from >sas that has been manipulated back into sas without using a proc >import or changing the file to csv or another file type. I am a can >not use any sas interactive features such as dde. Additionally I am >not sold on the output from sas to xls so if you have have a better >method that is ok as well.


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