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 029 (↑ Code Generation Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      029
 
  Text:         Segmentation may only be used in Large Model. Use
                MODEL(LARGE)
 
  Severity:     Recoverable
 
  Explanation:  A program cannot have a SMALL code model if it is
                segmented. Segmentation is allowed with MODEL(LARGE)
                and MODEL(COMPACT) only.
 
  Resolution:   To allow segmentation, use the MODEL(LARGE)
                or MODEL(COMPACT) directive.
                                    -♦-