What is the code for the error condition "Empty File"?
B
Correct answer
Explanation
In COBOL file status codes, 35 indicates an 'Empty File' condition when attempting to read from a file that exists but contains no records. This is a standard file status code used in COBOL file operations. Code 10 typically indicates end-of-file, while other codes represent different error conditions.