901 FUNCTION EXCEEDS WORKSPACE DURING GEN |
Virtual Machine |
Cause: The function is too big for the PROIV Workspace.
Action: Break up the function into small functions. Try increasing the workspace size by setting the DATABUFFERSIZE or SPECSIZE variables in environment or by using the PROIV Virtual Machine Configurator.
Either setting may be increased and the memory is shared between the DATABUFFER and SPEC areas.
Area |
Default |
Minimum |
Maximum |
Specification Area Size |
200K (64-bit) 172K (32-bit) |
10K 10K |
250K 250K |
Data Area Size |
270K (64-bit) 256K (32-bit) |
64K 64K |
300K 300K |
The above table shows the settings measured in kilobytes, however the DATABUFFERSIZE and SPECAREA settings should be specified in bytes. Any attempt to use a value outside the prescribed ranges, results in the default values being used.
Topic ID: 700028