Multiple choice technology mainframe

SOC4

  1. Index exceeds the size of table

  2. Very large record length/ wrong record length

  3. Insufficient disk space

  4. Trying to use File Section variables without opening the file

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

SOC4 is a protection exception that typically occurs when a program attempts to access memory outside its allocated bounds. This can happen when an array or table index exceeds the defined size of the table, or when attempting to use file section variables before properly opening and initializing the file.