Multiple choice technology mainframe What is file status 92? File is opened for input and an attempt is made To write to it (or Logic error). Mismatch in LRECL or BLOCKSIZE or RECFM between your COBOL pgn and the JCL ( or the dataset label). Attempted to open a file that is already open. File not found. Reveal answer Fill a bubble to check yourself A Correct answer Explanation File status 92 indicates that the file was opened for input and a write operation was attempted, which is a logic error. The first option correctly describes this condition, so the stored answer is right.