11.3.7 FCPUTR

1.
Function
Writes a single record (as a character string).
2.
Call
CALL FCPUTR(IOU,CBUF,ICON)
3.
Explanation of Parameters
IOU (I) I/O unit number.
CBUF (C*(*)) The data record to write. Specified by a character string with length NRL (See FCOPEN).
ICON (I) Condition code.
4.
Notes
(a)
The length of CBUF must be NRL (See FCOPEN).
(b)
Records will be consecutively written from the first record.