Page 1 of 1

"Unexpected end of file" error

Posted: Fri Aug 20, 2010 8:28 am
by cdewolfe
Hi,
My program is getting stuck here and I'm not sure why. It was working fine yesterday:

read(b2, s=Volumes) "W:\Business Analysis\1_Personal\Chris\Economic Indicators\Volumes.xls" 3

It's the proper path, upper left data cell, sheet, # of series. Should be working.

I get an "Unexpected end of file" error. What does this mean?

Thanks for the help

Re: "Unexpected end of file" error

Posted: Fri Aug 20, 2010 8:30 am
by EViews Gareth
It means something went wrong.

In general you shouldn't be using the READ command. Trying using WFOPEN or IMPORT instead.