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

ID 767251
Date 3/22/2024
Public
Document Table of Contents

INQUIRE: OPENED Specifier

The OPENED specifier asks whether a file is connected. It takes the following form:

OPENED = od

od

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

.TRUE.

If the specified file or unit is connected

.FALSE.

If the specified file or unit is not connected