cobol3.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Message RT157 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT157
 
  Text:         Not enough program memory: object file too large
                to load
 
  Severity:     Recoverable
 
  Explanation:  Either your program is too large for the available
                memory space, or the stack is full.
 
  Resolution:   If you have specified the ON OVERFLOW/EXCEPTION clause
                in the relevant CALL statement the error is
                recoverable.  Any associated imperative statement will
                be executed before the next instruction.
                                    -♦-