IBM0005S
The number of files, CONTROLLED variables, or fetched procedures exceeded the limit.

Explanation

The total length of the pseudoregister vector for the program was more than 4096 bytes. Four bytes are used for each file constant, controlled variable, and fetched procedure.

System action

The ERROR condition is raised.

Programmer response

Modify the program so the pseudoregister vector does not exceed 4096 bytes by reducing the number of files or controlled variables used or by restructuring the program into several external procedures.

Symbolic Feedback Code

IBM005