1.

What are the different types of conditional statements present in COBOL?

Answer»

Conditional statements are used for CHANGING the FLOW of execution based on conditions specified. The conditions always MUST evaluate as true or false. Following are the different types of conditional statements:

  • IF CONDITION
  • Relation Condition
  • Class Condition
  • Sign Condition
  • Negated Condition
  • Condition-Name Condition
  • Combined Condition.


Discussion

No Comment Found