Glossary

Debugging

The process of identifying and correcting errors in a program. COBOL debugging techniques include DISPLAY statement tracing, compiler options (TEST, SSRANGE), *IBM Debug Tool* / *z/OS Debugger*, dump analysis, and log analysis. (Ch. 33) See also: *Dump*, *SSRANGE*, *Debug Tool*.

Learn More

Related Terms