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 (January 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 20 Jan 2010 08:46:36 -0500
Reply-To:     Shaik Hymad <hymadsk@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Shaik Hymad <hymadsk@GMAIL.COM>
Subject:      How to open excel file in Sas using _null_?

Hi To all,

I'm trying to open excel file and iam writing code like this.

%let ext_file = C:\Documents and Settings\Desktop\Athx.xls;

filename ddemd dde 'excel|system';

data _null_; file ddemd; put '[FILE-open("&ext_file")]'; put '[QUIT()]'; run;

But Iam getting error in the log "The file was not exist"

Can you please help me out this, where iam wrong.

Thanks&Regards, Hymad Sk


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