Multiple choice technology mainframe

COBOL host structures can have maximum of three levels in a COBOL/DB2 program

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

COBOL host structures in COBOL/DB2 programs can have more than three levels. The limit is actually much higher (up to 49 levels in most COBOL implementations). This allows for complex nested data structures to match database row layouts, though deeply nested structures may impact performance.