Welcome to myCobol.ovh Monday, 29 September 2025, 06:37

ENVIRONMENT DIVISION
Category Syntax
Subject Cobol
One of the four main component parts of a COBOL program, class definition, or method definition. The ENVIRONMENT DIVISION describes the computers where the source program is compiled and those where the object program is run. It provides a linkage between the logical concept of files and their records, and the physical aspects of the devices on which files are stored.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary