COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-53
Message List
262 (Error)
Cause. There is no preceding statement with which the WHEN phrase can be
associated.
263 (Error)
Cause. There is no preceding statement with which the explicit scope delimiter can be
associated.
264 (Error)
Cause. A RETURN statement does not have an associated AT END phrase.
265 (Error)
Cause. A preceding EVALUATE or SEARCH statement does not include a WHEN
phrase.
266 (Error)
Cause. A statement appears in a context that requires an explicit scope delimiter, but
the appropriate scope delimiter is not specified.
267 (Error)
Cause. An EXIT or GO TO statement that does not specify a procedure-name is not
the only statement in its sentence, as it must be.
Improper context for WHEN phrase
Improper context for scope delimiter
Missing AT END phrase
Missing WHEN phrase
Missing scope delimiter
Improper context for EXIT or empty GO TO statement