Multiple choice technology mainframe

Cobol Statements that cannot be issued in CICS Application Program are a. ACCEPT b. DISPLAY c. DATE d. All the Above

  1. A

  2. B

  3. C

  4. D

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

CICS provides its own services for I/O and date/time operations, bypassing standard COBOL statements. ACCEPT, DISPLAY, and DATE/WRITE are not supported because CICS manages terminal interaction and system interfaces through its own API (like EXEC CICS RECEIVE, SEND, ASKTIME). Option D is correct as all three statements are prohibited in CICS environment.