DCL:MISC£±:FIOLIB: File Input/Output #
FCOPEN(IOU,CDSN,NRL,CACT,ICON) | Opens a file. |
FCCLOS(IOU,ICON) | Closes a file. |
FCSLFC(CLX) | Specifies the line- feed character at the end of the line. |
FCLEOL(IOU,LEOL) | Specifies the line-feed control at the end of the line. |
FCNREC(IOU,NREC) | Specifies the record number. |
FCGETR(IOU,CBUF,ICON) | Reads in 1 record (as a character string). |
FCPUTR(IOU,CBUF,ICON) | Prints out 1 record (as a character string). |
FCGETS(IOU,IBUF,ICON) | Reads in 1 record (as an array). |
FCPUTS(IOU,IBUF,ICON) | Prints out 1 record (as an array). |
FCRWND(IOU,ICON) | Rewinds. |