Which ADDI discovery output helps architects understand which COBOL programs are invoked during a nightly batch cycle?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Think of it like working hands-on with IBM mainframe systems — the answer here is 'The program call graph showing CALL statements between online CICS programs'. JCL job stream analysis in ADDI maps EXEC PGM statements in JCL to the COBOL programs they invoke, revealing the batch execution topology including job dependencies, step sequences, and shared data se. On real mainframe exams, this concept comes up repeatedly so make sure you have it locked in.
Full explanation below image
Full Explanation
JCL job stream analysis in ADDI maps EXEC PGM statements in JCL to the COBOL programs they invoke, revealing the batch execution topology including job dependencies, step sequences, and shared data sets.