Back|Forward
DCL:MISC£±:FIOLIB: File Input/Output #:Explanation of Subroutines
11.3.9 FCPUTS
- 1.
- Function
Writes a single record (as an array).
- 2.
- Call
CALL FCPUTS(IOU,IBUF,ICON)
- 3.
- Explanation of Parameters
| IOU |
(I) |
I/O unit number. |
| IBUF |
(I) |
Data record to write. |
| ICON |
(I) |
Condition code. |
- 4.
- Notes
- (a)
- The length of IBUF multiplied by a factor of 4 must be equal to NRL (See FCOPEN).
- (b)
- Records will be consecutively written from the first record.