Multiple choice technology mainframe

What is the file status for end of file operation

  1. 0

  2. 15

  3. 20

  4. 10

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In COBOL file handling, file status code 10 indicates end-of-file condition when reading a sequential file. This is a standard status code returned when a READ statement attempts to read beyond the last record in the file.