Multiple choice technology mainframe

For calling the batch routines what is used

  1. XCTL

  2. CALL

  3. LINK

  4. none of the above

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

The CALL statement is used to invoke batch routines in mainframe programming. XCTL transfers control, LINK establishes linkage, but CALL is specifically designed for executing subroutines and batch programs.