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 001 (↑ Code Generation Messages)
◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Message: 001
Text: No paragraph in last section to segment on
Severity: Recoverable
Explanation: When SEGSIZE is specified as nonzero at a COBOL
section (or at a paragraph if 64KSECT has been specified),
automatic segmentation will take place. This message
indicates that there is no suitable place in the code at
which to segment. If the program was checked with ANIM,
the error message indicates a source line somewhere in
the paragraph which the generator could not segment.
Resolution: If you have not already done so, specify 64KSECT. If
you have already specified 64KSECT, find the paragraph
containing the source line given in the error message and
divide this paragraph by insertion.
-♦-