Multiple choice technology mainframe

State TRUE or FALSE, A default break point is set on the PROCEDURE DIVISION section when a program is invoked bt XPEDITOR

  1. True

  2. False

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

XPEDITOR does not automatically set a default breakpoint on PROCEDURE DIVISION when a program is invoked. Breakpoints must be explicitly set by the user. Therefore, the statement is FALSE.

AI explanation

XPEDITOR does not automatically set a breakpoint at the PROCEDURE DIVISION when a program starts — breakpoints must be explicitly set by the user (e.g., via commands like AT or WHEN) before or during the debug session. So the statement describing an automatic default breakpoint is False.