Thank you very much dear friends.
write, read and open statements are:
WRITE(*,'(A)')'NAME OF INPUT FILE(MAX. 10 CHART.)'
READ(*,'(A)')FILEIN
OPEN(INP,FILE=FILEIN,STATUS='OLD')
that INP is specific.
I replace FILEIN in open statement with directory path...
Hello everyone!
When I compile the program that writing with fortran, errors and warnings are 0 but after executing and entering the name of input file, I receive this error message:
forrt1: severe(29): file not found, unit 5, file c:\useres\...\bem\filein
image PC...