statement_id_range and stmt_id_spec
A statement_id_range identifies a source statement id or range of statement ids. Stmt_id_spec identifies a statement id specification.
- block_spec
- A valid block specification. The default is the currently qualified block. For the currently supported programming languages, block qualification is extraneous because statement identifiers are unique within a compile unit. Therefore, block qualification is ignored.
- cu_spec
- A valid compile unit specification; see cu_spec. The default is the currently qualified compile unit.
- statement_id
- A valid statement identifier number; see statement_id.
%LINE- Represents the currently suspended source statement or line.
See z/OS Debugger variables.
%LINEis equivalent to%STATEMENT. %STATEMENT- Is equivalent to
%LINE.
