Answers

Question and Answer:

  Home  Cobol

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

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.

 158 views

More Questions for you: