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

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.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary