Welcome to myCobol.ovh Monday, 29 September 2025, 08:17

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  I-O mode   I-O status   I-O-CONTROL   I-O-CONTROL entry   IBM COBOL extension   IDENTIFICATION DIVISION   identifier   imperative statement   implicit scope terminator   index   index data item   index-name  ..more

IDENTIFICATION DIVISION
Category Syntax
Subject Cobol
One of the four main component parts of a COBOL program, class definition, or method definition. The IDENTIFICATION DIVISION identifies the program, class, or method. The IDENTIFICATION DIVISION can include the following documentation: author name, installation, or date.