Multiple choice technology mainframe

Break point can be set in the program by

  1. Inserting any label in the required line number section

  2. Inserting a letter ‘.B’ in the required line number section

  3. Inserting a letter ‘ S’ in the required line number section

  4. Inserting a letter ‘ B’ in the required line number section

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

In XPEDITER (IBM debugging tool), breakpoints are set by inserting a special command indicator in the line number area. The correct indicator is the letter 'B' to mark a breakpoint line. Options A, C, and S are incorrect - random labels, S (probably for Step), and '.' are not the correct breakpoint indicators.