Multiple choice technology operating systems

how many exec sql....end-exec statements we can write in a single program?

  1. 1

  2. 2

  3. any

  4. 10

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

You can write any number of EXEC SQL....END-EXEC statements in a single COBOL program. There is no fixed limit - programs can contain as many embedded SQL statements as needed for database operations. Options suggesting 1, 2, or 10 are incorrect constraints.