cobol3.hlp (Topic list)
Message 022 (↑ Code Generation Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      022
 
  Text:         No section end in last IMPLICIT segment to chain
                literals after
 
  Severity:     Recoverable
 
  Explanation:  In 16 bit environments, when literals are being placed
                in the code segment (either because NODATALIT is
                specified or because the Data Division is larger than
                64K) the literals in an automatically produced
                segment are grouped at the end of a section.
 
  Resolution:   Either use the 64KSECT directive so that the literals
                are grouped at the end of a paragraph, or add a
                paragraph (which can be unreferenced) to alleviate
                the problem. See also 64KSECT
                                    -♦-