Multiple choice technology mainframe

RECURSIVE in PROGRAM-ID will

  1. Loop the program

  2. What is RECURSIVE?

  3. Recursively reenters

  4. Recursively reenters only for CICS program

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

The RECURSIVE clause in the PROGRAM-ID paragraph specifies that the COBOL program can be recursively reentered while an active call to it is still in progress, allowing recursive execution.