Native Inspect Manual (H06.04+)

Using Native Inspect
Native Inspect Manual528122-005
2-14
Step Execution
Step Execution
Notes
The step command steps execution into PERFORM invocations and calls to
program units.
The next command steps execution over PERFORM invocations and calls to
program units.
PERFORM invocations are not listed on the call stack.
Display a Level 88 Condition Name
eInspect 3,1012):step
351 PERFORM OPEN-SEQ1-FILE.
(eInspect 3,1012):next
352 IF SEQ1-FILE-ER THEN
77 SEQ1-FLAG PIC 9.
88 SEQ1-FILE-ER VALUE 0.
88 SEQ1-FILE-OPENED VALUE 1.
(eInspect 3,1012):print seq1-file-er
$1 = F
(eInspect 3,1012):print seq1-flag
$2 = 1
(eInspect 3,1012):print seq1-file-opened
$3 = T
(eInspect 3,1012):c