Identifying the statement where your PL/I program has stopped
If you have many breakpoints set in your program, enter the following command to have z/OS® Debugger identify where your program has stopped:
QUERY LOCATION
The z/OS Debugger Log window displays something similar to the following example:
QUERY LOCATION ;
You are executing commands in the ENTRY READTOK breakpoint.
The program is currently entering block READTOK.