What guidelines should be followed to write a structured Cobol prg’m ?
1) use ‘evaluate’ stmt for constructing cases.
2) use scope terminators for nesting.
3) use in line perform stmt for writing ‘do ‘ constructions.
4) use test before and test after in the perform stmt for writing do-while constructions.
Explore posts in the same categories: Cobol Interview Questions