Multiple choice technology mainframe RECURSIVE in PROGRAM-ID will Loop the program What is RECURSIVE? Recursively reenters 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.