Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are all the divisions of a COBOL program?
Home
Cobol
What are all the divisions of a COBOL program?
0
votes
asked
Dec 8, 2023
in
Cobol
by
sharadyadav1986
What are all the divisions of a COBOL program?
cobolprogram
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 8, 2023
by
sharadyadav1986
There are four divisions in a cobol program:
IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION
...