Correcting Protection Violations

This topic presents some of the common causes of protection violations (and RTS errors associated with COBOL protection violations) and suggests how you can overcome these problems. The following are all problems that can cause protection violations or RTS errors:

Errors in Non-COBOL Portions of an Application

Parameter Mismatches in a CALL Statement

Stack Overflow

Illegal Reference Modification

Illegal Values for Pointers

Subscript Out of Range

Incorrect Linking Options or Procedures

Related Topics: