Re: opening char variable data file




If you put
INQUIRE(FILE=filenamevariable,EXIST=label)
in you program, you can trap what filenmae the program doesn't like or
cannot find, and deduce why not.

.