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.

Read syntax diagramSkip visual syntax diagramstmt_id_spec-statement_id%LINE%STATEMENT;
stmt_id_spec
Read syntax diagramSkip visual syntax diagramblock_speccu_spec:>statement_id%LINE%STATEMENT
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. %LINE is equivalent to %STATEMENT.
%STATEMENT
Is equivalent to %LINE.