!ERROR=31 - Workspace Memory Overflow
For BBj-specific information, see !ERROR Changes in BBj.
Insufficient workspace memory. Allocating a larger workspace with the START verb can correct this error.
-
Attempting to dimension a large string or array.
-
Attempting to LOAD a large program.
-
Attempting to manipulate a large string.
-
Attempting to READ or WRITE a large record.
-
Attempting to edit a program that would cause the program to become larger than available memory.
-
Attempting to make a program longer than allowed, even if there is enough memory.
-
Attempting to enter a console mode command whose compiled length is greater than 256 bytes.