Intel® Fortran Compiler XE 13.1 User and Reference Guides
The DISPOSE (or DISP) specifier indicates the status of the file after the unit is closed. It takes one of the following forms:
DISPOSE = dis
DISP = dis
dis |
Is a scalar default character expression that evaluates to one of the following values:
|
||||||||||||||
1 Use only on sequential files.
The default is 'DELETE' for scratch files. For all other files, the default is 'KEEP'.