Cobol Question:

What guidelines should be followed to write a structured COBOL prgm?

Tweet Share WhatsApp

Answer:

1) Use ‘evaluate’ stmt for constructing cases.
2) Use scope terminators for nesting.
3) Use in line performs stmt for writing ‘do ‘constructions.
4) Use test before and test after in the perform stmt for writing do-while constructions.

Download Cobol PDF Read All 110 Cobol Questions
Previous QuestionNext Question
What is the difference between SEARCH and SEARCH ALL? What is more efficient?What is Pic 9v99 Indicates?