Multiple choice technology mainframe

What is the primary requisite to debug a program using XPEDITOR , Choose appropriate answer

  1. The program should not have any COPY book

  2. The program should be compiled with XPEDITOR option

  3. The program load module should present in the allocated DDIO listing file

  4. The program load should not have any subroutine modules

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

To debug a program in Xpediter, the symbolic information generated during compilation must be stored in the DDIO database. Xpediter maps the load module's execution to the source code using the DDIO listing, making its presence the primary requisite for debugging.