Glossary

Common causes in COBOL:

A PERFORM or CALL branched to an address containing data instead of code. - A program was linked with an unresolved external reference (the entry point is garbage). - A table subscript or pointer was corrupted, causing a branch to a data area. - Calling a program compiled with incompatible compiler

Learn More

Related Terms