Multiple choice technology mainframe

Possible causes for S0C4 a. Reading a file that is not open. b. Invalid address referred due to subscript error c. Tried moving variable length record that was larger than target field size.

  1. a, b, & c

  2. a only

  3. a & b only

  4. b only

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

S0C4 is a protection exception (invalid address). All three causes are valid: attempting to read a file that isn't open (a), referencing an invalid address due to subscript errors (b), and moving a variable-length record larger than the target field (c) which causes storage overflow.