Skip to main content

Problem:

COBOL program with huge tables.  The compiler is returning an error 16 "Data space too large". Is there anything directive they can set?

Resolution:

The application program has exceeded the limit of the data division.

Old KB# 7178