Gain a deeper understanding of control structures in COBOL. This course will teach you how to navigate complex decision paths using IF statements and EVALUATE statements, and how to loop through several values, all crucial for making decisions in banking applications.
Overview
Syllabus
- Lesson 1: Making Decisions with IF Statements
- Lesson 2: Using EVALUATE for Conditional Logic
- Lesson 3: Nested IF Statements in COBOL
- Lesson 4: Simple Loop with PERFORM
- Lesson 5: More on PERFORM
- Lesson 6: Combining Conditional Logic with PERFORM