11.3.4 FCLEOL

1.
Function
Specifies whether or not line- feed control will be made.
2.
Call
CALL FCLEOL(IOU,LEOL)
3.
Explanation of Parameters
IOU (I) I/O unit number.
LEOL (L) Specifies the line-feed control. Line-feed control will be made when .TRUE., and not be made when .FALSE..
4.
Notes
(a)
Must be called before FCOPEN.
(b)
The default value when this subroutine is not called is .FALSE.. When performing character I/O, line-feed control should be explicitly specified as .TRUE..