Next: High Performance Fortran
Up: More Input and Output
Previous: Edit Descriptors
- CLOSE -- unattaches the unit number specified in the statement.
- REWIND -- puts the file pointer back to the start of the file,
- BACKSPACE -- the file pointer is moved back one record.
- ENDFILE -- forces an end-of-file to be written into the
file.
The above statements have other specifiers such as IOSTAT,
For example,
REWIND (UNIT=14)
BACKSPACE (UNIT=17)
ENDFILE (17)
CLOSE (17, IOSTAT=ival)
For more information, click here
Now try this question
Now try this question
Now try this question
Now try this question
Now try this question
Now try this question
Next: High Performance Fortran
Up: More Input and Output
Previous: Edit Descriptors
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.