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

myCobol.ovh Glossary
Categories all   ·   Context   ·   Concept   ·   Syntax   ·   Event   ·   Standards  
Subjects all   ·   Cobol  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  EBCDIC   EBCDIC character   edited data item   editing character   elementary item   encoding unit   end of PROCEDURE DIVISION   end program marker   entry   environment clause   ENVIRONMENT DIVISION   environment variable  ..more

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.