HELPLIB.HLB  —  COBOL  PROCEDURE_DIVISION, miscellaneous_topics, segmentation
  VSI COBOL programs execute in a virtual memory environment.  Therefore,
  programs need not manage physical memory by overlaying Procedure
  Division code.

  In VSI COBOL, segmentation controls the assignment of Procedure
  Division sections to fixed or independent segments.  The optional
  segment-number in the section header specifies the type of segment.

  Format -

   section-name SECTION [ segment-number ] .
Additional Information: explode extract

section-name segment-number
fixed_segments
independent_segments
Close Help