Multiple choice technology mainframe

A host variable structure can allow to contain an OCCURS clause.

  1. True

  2. False

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

Host variable structures in embedded SQL (COBOL, C, etc.) cannot contain OCCURS (array) clauses. Each host variable must be a simple scalar. Arrays must be handled individually through separate variable declarations or different mechanisms.