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

related references  
Valid COBOL statements for line-sequential files