COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-72
Message List
368 (Error—COBOL85 compiler only)
Cause. One of:
The requested program was compiled by an incompatible version of the compiler.
(Recompile it with the current version of the compiler.)
The requested program was compiled to run in a language-specific environment
when it must run in the CRE. Recompile it to run in the CRE.
369 (Warning)
Cause. One of:
The source text from which the indicated COBOL program was compiled included
the NONSTOP directive, but the current source text does not.
The current source text includes a NONSTOP directive, but the source text from
which the indicated COBOL program was compiled did not.
Run-time problems might occur if proper operation of the program depends on the run
unit’s executing as a process pair.
370 (Error)
Cause. One of:
Different CALL statements referencing the same COBOL program specify a
different number of parameters in their USING phrases.
The number of parameters defined in the Procedure Division of a COBOL program
differs from the number of parameters expected by the callers.
For one or more parameters of a COBOL program, the access mode (STANDARD
or EXTENDED-STORAGE) defined in the program differs from the access mode
expected by the callers.
371 (Error)
Cause. The formal parameter of the called routine is neither a data variable nor the
word OMITTED.
Compiler version attribute conflict
NONSTOP attribute conflict
Inconsistent parameter attributes
Formal parameter not a variable