Inspect Reference Summary

Parameters for COBOL and
SCREEN COBOL
106101 Tandem Computers Incorporated 47
COBOL 74 and SCOBOL Scope Units and Scope Paths
scope-path
:
#
program-unit
COBOL85 Scope Paths
scope-path
:
#
program-unit
[ .
program-unit
]...
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
]