COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-43
Message List
The third line is
Sort error code = mm - System error code = nn
where mm is the SORT error code defined in the FastSort Manual, and.nn is the high-
order 2 bytes of the error code return defined for SORTERRORSUM.
If the sort was a subsort, this text is appended to the message:
- Subsort index = oo, CPU,id = pp,qq
where oo is the subsort-index defined in the FastSort Manual under
SORTERRORSUM, and pp,qq is the subsort-id defined in the FastSort Manual
under SORTERRORSUM.
For some errors, one or more of these lines appear:
Error on following USING file file-name
Error on following GIVING file file-name
Error on following scratch file file-name
Error on the internal scratch file
Error on the internal free list file
Error in interprocess communication
where file-name is the name of the file where the error occurred. For “Error on
following scratch file,” file-name is the one in the SELECT for the sort-merge file
description.
Effect. The run unit terminates abnormally.
Recovery. Action depends on the message FastSort returns. See the FastSort
Manual for the meaning of these messages.
147 (126)
Cause. The number of parameters in the USING list of a CALL identifier
statement does not match the number of parameters specified in the called program’s
USING list in the Procedure Division.
Effect. The run unit terminates abnormally.
Recovery. Correct the USING list in either the CALL statement or Procedure Division.
148
Cause. The NMCOBOL PERFORM stack overflowed. The maximum nesting depth is
50.
Effect. The run unit terminates abnormally.
Parameter mismatch for CALL identifier
PERFORM nesting too deep