COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-51
Message List
253 (Error)
Cause. One of:
A USE DEBUGGING statement specifies the same object more than once.
More than one USE DEBUGGING statement in a source program specifies the
same object.
The program has more than one USE DEBUGGING ALL PROCEDURES
statement.
The program has a USE DEBUGGING ALL PROCEDURES statement and other
USE DEBUGGING statements that reference paragraph-names or section-names.
254 (Error)
Cause. One of:
A USE AFTER EXCEPTION PROCEDURE statement specifies the same file
name more than once.
More than one USE AFTER EXCEPTION PROCEDURE statement in a source
program specifies the same file name.
More than one USE AFTER EXCEPTION PROCEDURE statement in a source
program specifies the same open mode (INPUT, OUTPUT, I-O, or EXTEND).
255 (Error)
Cause. The Procedure Division does not contain the END DECLARATIVES header
needed to terminate its Declaratives Portion.
256 (Error)
Cause. The Procedure Division contains an extraneous END DECLARATIVES
header.
Conflicting debugging declarative assignments
Conflicting exception declarative assignments
Missing END DECLARATIVES
Improper context for END DECLARATIVES