Inspect Manual

Syntax Summary
Inspect Manual429164-006
B-26
COBOL Code Locations
COBOL Code Locations
code-location:
{ scope-path } [ offset ]...
{ [ scope-path.] code-spec }
code-spec: one of
program-unit
section
paragraph [ OF section ]
statement-number
#line-number [ ( source-file) ]
offset:
{ + | - } num [ code-unit ]
code-unit: one of
INSTRUCTION[S] STATEMENT[S] VERB[S]
COBOL Data Locations
data-location:
[ scope-path. ] data-reference
data-reference:
identifier [OF identifier ]... [ ( index [ , index ]...) ]
index:
expression [ :expression ]