Multiple choice technology mainframe

State TRUE or FALSE. "File Status 42 corresponds to a CLOSE operation has been tried on file already closed."

  1. True

  2. False

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

In COBOL file status codes, status 42 specifically indicates that a CLOSE operation was attempted on a file that was already closed. This is a standard error condition that prevents duplicate CLOSE operations. File status codes are two-digit numbers where the first digit indicates the general category and the second digit specifies the exact error.