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

source program
Category Syntax
Subject Cobol
Although a source program can be represented by other forms and symbols, in this document the term always refers to a syntactically correct set of COBOL statements. A COBOL source program commences with the IDENTIFICATION DIVISION or a COPY statement and terminates with the end program marker, if specified, or with the absence of additional source program lines.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary