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 guidelines should be followed to write a structured COBOL program?
Home
Cobol
What guidelines should be followed to write a structured COBOL program?
0
votes
asked
Dec 8, 2023
in
Cobol
by
sharadyadav1986
What guidelines should be followed to write a structured COBOL program?
cobolprogram
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 8, 2023
by
sharadyadav1986
Following guidelines to be following while writing Cobol program:
Use ‘EVALUATE’ statement for constructing cases.
Use scope terminators for nesting.
Use in-line Perform statement for writing ‘do’ constructions.
Use Test Before and Test After in the Perform statement while writing Do-While statements.
...