Multiple choice technology mainframe A host variable structure can allow to contain an OCCURS clause. True 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.