0 votes
in Cobol by
What guidelines should be followed to write a structured COBOL program?

1 Answer

0 votes
by

Following guidelines to be following while writing Cobol program:

  1. Use ‘EVALUATE’ statement for constructing cases.
  2. Use scope terminators for nesting.
  3. Use in-line Perform statement for writing ‘do’ constructions.
  4. Use Test Before and Test After in the Perform statement while writing Do-While statements.

Related questions

0 votes
asked Dec 11, 2023 in Cobol by rajeshsharma
0 votes
0 votes
asked Dec 8, 2023 in Cobol by john ganales
0 votes
asked Aug 27, 2022 in VSAM by Robin
...