Home » Interview » Technology

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

Correct Answer: 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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion