Multiple choice technology mainframe In COBOL , the File format : ORGANISATION IS SEQUENTIAL RECORDING MODE IS F BLOCK CONTAINS 0 . Is used to reference which file ? Fixed Block file Fixed Unblock file Variable Block file Variable Unblock file Reveal answer Fill a bubble to check yourself A Correct answer Explanation In COBOL, ORGANISATION IS SEQUENTIAL with RECORDING MODE F (Fixed) and BLOCK CONTAINS 0 defines a Fixed Block file. This means records are fixed-length and blocked together for efficient I/O.