1.

What are some of the guidelines that can be followed while developing a structured COBOL program?

Answer»

Certain guidelines need to be FOLLOWED while writing a structured COBOL PROGRAM

  • When developing the CASE construct, we can use EQUIVALENT statements. 
  • We can use Scope Terminators while using nested constructs. 
  • We can also try using IN-LINE PERFORM statements whenever possible when we want a program to perform something. 
  • To perform a proper conditional CHECK, we can also try using TEST BEFORE and TEST AFTER statements while using loop constructs to ensure DESIRED results.


Discussion

No Comment Found