Programming Productivity Tools
C.2 Debugging Tools for Compaq COBOL Programs
•
Perform other functions, such as executing shell commands, examining
core
files, examining the call stack, or displaying registers.
The debugging examples in Section C.3 and Section C.4 focus on a sample
program, shown in Example C–1. One common program has been used, to
emphasize the portability of Compaq COBOL.
As you read the debugging sections that follow, refer to the code in Example C–1
to identify source lines.
The program, TESTA, accepts a character string from the terminal and passes it
to contained program TESTB. TESTB reverses the character string and returns
it (and its length) to TESTA.
Programming Productivity Tools C–3
Содержание COBOL AAQ2G1FTK
Страница 22: ......
Страница 30: ......
Страница 94: ......
Страница 110: ......
Страница 146: ......
Страница 180: ......
Страница 194: ...Processing Files and Records 6 1 Defi...
Страница 300: ......
Страница 490: ......
Страница 516: ......
Страница 517: ......
Страница 530: ......
Страница 534: ......
Страница 590: ......
Страница 620: ......