DATA division

The data division describes the data that the runtime module is to accept as input, to manipulate, to create, or to produce as output. The data division is optional.

Format.

          DATA DIVISION.

        [ file-section ]

        [ working-storage-section ]

        [ linkage-section ]

        [ screen-section ]