FIO_WRITE

Write a sequential record

Description:

Write a buffer to the file with the specified file descriptor.

Invocation

CALL FIO_WRITE( FD, BUF, STATUS )

Arguments

FD = INTEGER (Given)
The file descriptor.
BUF = CHARACTER ( ) (Given)
Expression containing the data to be written.
STATUS = INTEGER (Given and Returned)
The global status.