/sys$common/syshlp/helplib.hlb
COBOL, DATA_DIVISION

 *Conan The Librarian

  The DATA DIVISION describes data the program creates, receives as input,
  manipulates, and produces as output.

  Format -

  [ DATA DIVISION.
  [SUB-SCHEMA SECTION.
   [subschema-entry [keeplist-entry] ... ] ]
  [FILE SECTION.
   [file-description-entry {record-description-entry} ... ] ...
   [report-file-description-entry] ...
   [sort-merge-file-description-entry {record-description-entry} ... ] ... ]
  [WORKING-STORAGE SECTION.
   [record-description-entry] ... ]
  [LINKAGE SECTION.
   [record-description-entry] ... ]
  [REPORT SECTION.
   [report-description-entry {report-group-description-entry} ... ] ... ]
  [SCREEN SECTION
   [screen-description-entry] ...] ... ] ]

  Additional Information (explode) :

  Close     Help