Where WRITE statement will always place a record in the next physical position?
The WRITE statement in a programming language like COBOL will always place a record in the next logical position for sequential files. This means that the next record will be written at the end of the file, regardless of the physical location of the record.