Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

INQUIRE: ACTION Specifier

The ACTION specifier asks which I/O operations are allowed for a file. It takes the following form:

ACTION = act

act

Is a scalar default character variable that is assigned one of the following values:

'READ'

If the file is connected for input only

'WRITE'

If the file is connected for output only

'READWRITE'

If the file is connected for both input and output

'UNDEFINED'

If the file is not connected