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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-29
Message List
145
Cause. At the start of the execution of a SORT or MERGE operation, the FastSort
utility returned an error.
The second line of the message is the text of the SORT error message returned by the
FASTSORT procedure SORTERRORSUM.
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
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.
SORT or MERGE operation failed at start - SORTMERGE message
follows
Parameter mismatch for CALL identifier