Line-sequential file organization

Line-sequential files are like sequential files, except that the records can contain only characters as data. Line-sequential files are supported by the native byte stream files of the operating system.

Line-sequential files that are created using WRITE statements that have the ADVANCING phrase can be directed to a printer or to a disk.

Related concepts  
Sequential file organization

Related tasks  
Identifying files