Inspect Manual

Using Inspect With TAL and pTAL
Inspect Manual429164-006
13-2
Code Locations
scope-path
specifies the procedure containing the code location. When followed by a code
offset, scope-path specifies the base of the procedure; otherwise, scope-path
specifies the primary entry point of the procedure.
[ scope-path. ] code-reference
specifies a named or numbered location in the procedure defined by the given
scope path (or the current scope path if you omit the scope path).
procedure
specifies the primary entry point of the procedure. procedure must be the
same as the procedure named in scope-path (or the current scope path).
subproc
specifies the entry point of a subprocedure.
[ subproc. ] label
specifies the statement following a given label in the source code. If the label is
within a subprocedure, you must include subproc.
[ subproc. ] entry-point
specifies a secondary entry point. If the entry point is within a subprocedure,
you must include subproc.
statement-number
specifies the statement beginning at the given statement number. To see
statement numbers, use the SOURCE command after you have set your
location format to statements. For more information, see SET LOCATION
FORMAT on page 6-175.
#line-number [ (source-file) ]
specifies the statement beginning at a given line number in the source file.
(source-file) qualifies the line number by the source file containing it. You
need to use this option only if the source code for the given procedure is in
more than one file.
code-offset:
{ + | - } num [ code-unit ]
code-unit: one of
INSTRUCTION[S]
STATEMENT[S]