Conditional Statements in COBOL
The conditional statement is a statement that is used to change the execution flow. The output is always given in true or false by a conditional statement. COBOL contains seven various types of conditional statements:
1. IF condition statement
2. Relation condition
3. Sign condition
4. Class condition
5. Condition-name condition
6. Combined condition
7. Navigate condition