Re: a.out file
- From: kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G. Kargl)
- Date: Fri, 27 May 2005 23:25:06 +0000 (UTC)
In article <1117235333.201538.254820@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"wiggy13" <wiggy13@xxxxxxxxx> writes:
>
> however if I type a.out < infile and enter I got problem
You are using file redirection on the command line. The
first line of infile needs to please
> read (*, '(a80)') infile
this read statement, so that
> lun = 10
> open (unit=lun, file=infile,form='formatted',ACCESS='DIRECT',
> + status='old')
this open statement works.
Does your infile match these expectations?
--
Steve
http://troutmask.apl.washington.edu/~kargl/
.
- Follow-Ups:
- Re: a.out file
- From: wiggy13
- Re: a.out file
- References:
- a.out file
- From: wiggy13
- Re: a.out file
- From: Richard E Maine
- Re: a.out file
- From: wiggy13
- Re: a.out file
- From: Richard E Maine
- Re: a.out file
- From: wiggy13
- a.out file
- Prev by Date: Re: a.out file
- Next by Date: Re: a.out file
- Previous by thread: Re: a.out file
- Next by thread: Re: a.out file
- Index(es):
Relevant Pages
|
|