AKS
Joined: 19 Mar 2008 Posts: 29
|
Posted: Tue Mar 25, 2008 10:30 pm Post subject: Open statement |
|
|
I have several OPEN statements to open SCRATCH files. I get IOS 81 error on all of them.
Here is one example of the statements:
100 OPEN (UNIT=IPF, FILE=SCR03, STATUS='SCRATCH', ACCESS= 'SEQUENTIAL',
+ ERR=210,
+ IOSTAT=IOS,
+ FORM='UNFORMATTED')
IPF is declared as 3 and SCR03 is declared as SCR03.DAT, both in a BLOCKDATA statement.
A typical WRITE statement is WRITE (IPF) ...., ....
This a program that I am trying to migrate to FTN95.
I have another one similar to this where the variable in place of IPF is greater than 10. Same IO error (IOS = 81) |
|