Which parameter is used to call the jcl from another jcl
-
JCLCAL
-
INTRDR
-
JCLCALL
-
NONE
B
Correct answer
Explanation
The internal reader (INTRDR) is a special logical dataset/subsystem interface in mainframe JCL used to submit a job stream directly to the Job Entry Subsystem (JES). Specifying SYSOUT=(*,INTRDR) allows a running JCL step to submit and execute another JCL stream.