FRI_FOPEN
Open a file specified by the named logical link
Invocation
CALL FRI_FOPEN( ID, NAME, CLASS, MODE, LID, STATUS )
Description
Wraps up the extraction of the value of a logical file link and
a subsequent call to ADI_FOPEN to open the file.
Arguments
-
ID = INTEGER (given)
The ADI identifier of the dataset containing the link
-
NAME = CHARACTER*(*) (given)
The logical file link
-
CLASS = CHARACTER*(*) (given)
The class to supply to ADI_FOPEN to open the file
-
MODE = CHARACTER*(*) (given)
The file access mode
-
LID = INTEGER (returned)
The identifier to the opened file
-
STATUS = INTEGER (given and returned)
The global status.
References