ENVIRONMENT division.

The environment division specifies those aspects of a data processing problem that are dependent upon the physical characteristics of a specific computer. This division allows specification of the configuration of the compiling computer and the object computer. In addition, information relative to input-output control, special hardware characteristics, and control techniques can be given.

Format.

          ENVIRONMENT DIVISION.

        [ configuration-section ]

        [ input-output-section ]