Re: how to read excel data into sas

2002-02-01 Thread Susan Durham
You'll get the "physical file does not exist" message if the Excel spreadsheet is not open when you execute the SAS code. Try opening the spreadsheet, and then executing the SAS code while the spreadsheet is open. "Jay Tanzman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL

Re: how to read excel data into sas

2002-02-01 Thread Warren
Jay Tanzman <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Eric Miller wrote: > > > > Dear Friends, > > > > I had difficulty reading huge excel data into sas. > > I tried the following code, but it always says "physical file does not > > exist". I need your help. > > > > My

Re: how to read excel data into sas

2002-02-01 Thread Roger Abbott
Eric Miller <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Dear Friends, > > I had difficulty reading huge excel data into sas. > I tried the following code, but it always says "physical file does not > exist". I need your help. > > My code: > === > filen

Re: how to read excel data into sas

2002-01-31 Thread Jay Tanzman
Eric Miller wrote: > > Dear Friends, > > I had difficulty reading huge excel data into sas. > I tried the following code, but it always says "physical file does not > exist". I need your help. > > My code: > === > filename import dde 'excel|sheet1!r2c1:r379c15'; > data xra