Skip to main content

Getting 16 Data space too large

  • February 15, 2013
  • 0 replies
  • 0 views

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