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

DATA DIVISION
Category Syntax
Subject Cobol
The division of a COBOL program or method that describes the data to be processed by the program or method: the files to be used and the records contained within them; internal working-storage records that will be needed; data to be made available in more than one program in the COBOL run unit.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary