Native Inspect Manual (H06.04+)

Using Native Inspect
Native Inspect Manual528122-005
2-19
Set a Breakpoint on a Nested Program Unit
Notes
You can apply subscripts to an unqualified record element name as long as the
name is unique.
Subscripts are separated by commas and must always occur in the last item of the
reference.
Set a Breakpoint on a Nested Program Unit
Notes
You must qualify the nested program unit name with the name of the enclosing
program unit(s).
(eInspect 3,1012):b cale-1.cale-1-1
Breakpoint 3 at 0x7000c200:2: file \PELICAN.$DATA3.COBBAT.SCS000D, line
588.
(eInspect 3,1012):c
Continuing.
Breakpoint 3, CALE-1.CALE-1-1 (ID-1=1, ID-2=10, ID-3=100,
ID-4=1000, ID-5=10000, ID-6=1000000)
at \PELICAN.$DATA3.COBBAT.SCS000D:588
588 PERFORM CALE-1-1-TEST-1
(eInspect 3,1012):bt
#0 CALE-1.CALE-1-1 (ID-1=1, ID-2=10, ID-3=100,
ID-4=1000, ID-5=100000, ID-6=1000000)
at \PELICAN.$DATA3.COBBAT.SCS000D:588
#1 0x70008d00:0 in CALE-1 () at \PELICAN.$DATA3.COBBAT.SCS000D:437
(eInspect 3,1012):next
589 PERFORM CALE-1-1-TEST-2