Multiple choice technology databases

which is the first statement in COBOL-IMS programs?

  1. ENTRY 'CBLDLI' USING ....

  2. ENTRY 'DLICBL' USING ....

  3. ENTRY 'DLIPLI' USING ....

  4. ENTRY 'PLICBL' USING ....

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

ENTRY 'DLICBL' USING is the correct first statement in COBOL-IMS programs, establishing the DL/I interface entry point. The other options have incorrect letter arrangements: CBLDLI, DLIPLI, and PLICBL are not valid DL/I entry point formats.