COBOL Manual for TNS/E Programs (H06.03+)

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-72
Message List
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.
The program searched an import library that includes a COBOL program that was
compiled with the directive NONSTOP.
The compiler assumes that programs in an import library were compiled without
the NONSTOP directive. If this is not true, the compiler issues warning 369, which
you can ignore.
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.
NONSTOP attribute conflict
Inconsistent parameter attributes
Formal parameter not a variable