cobol2.hlp (Table of Contents; 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.
SEGSIZE Details (↑ Object Code)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     For example, SEGSIZE "65536" causes automatic segmentation if the code
     is bigger than 65536 bytes.
 
     If integer is zero, no automatic segmentation is done. This
     reduces compilation time and creates more efficient code.
 
     See also 64KSECT
                                    -♦-