Visible to Intel only — GUID: GUID-C35AEDC6-6460-4C18-9602-D52DBA7A1F45
Visible to Intel only — GUID: GUID-C35AEDC6-6460-4C18-9602-D52DBA7A1F45
OPEN: DISPOSE Specifier
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:
|
The default is 'DELETE' for scratch files. For all other files, the default is 'KEEP'.
On Windows*, PRINT and the PRINT part of PRINT/DELETE do not use the system PRINT command. One of the following occurs:
If you set the environment variable FOR_DEFAULT_PRINT_DEVICE to a print device, the Fortran runtime will copy the file to that device.
Otherwise, the Fortran runtime will copy the file to a new file named "PRN-FILE". In this case, you will need to do the actual printing