TRANSFER Installation and Management Guide

TSCHED Output File Error Messages
Error Messages
13198 Tandem Computers Incorporated B–49
[nn]
:CALL error:
nnnn, nnnnn
Cause. The TAREQ received an unexpected error return from a CALL statement. The
indicated numbers are from the special registers TERMINATION-STATUS and
TERMINATION-SUBSTATUS, respectively.
Effect. The TAREQ instructs TSCHED to hold the assignment on which the TAREQ
was working and asks TSCHED for a new assignment.
Recovery. Refer to the CALL statement description in the
PATHWAY SCREEN COBOL
Reference Manual
.
(
nn
data record(s) on HOLD) (Start TSCHED with PARAM UNHOLD
TRUE to release them)
Cause. You started TSCHED without PARAM UNHOLD TRUE and the indicated
number of Ready file records were found to be held; the records remain in held status.
Effect. TSCHED operates normally.
Recovery. Start TSCHED with PARAM UNHOLD TRUE to release records.
(
nn
data record(s) released from HOLD)
Cause. You started TSCHED with PARAM UNHOLD TRUE and the indicated number
of Ready file records were released from hold status.
Effect. TSCHED operates normally.
Recovery. This message is for your information only.
[
nn
]:*ERROR* BEGIN-TRANSACTION fails.
Cause. The TAREQ received a TERMINATION-STATUS of other than 2 or 3 from the
ON ERROR clause of a BEGIN-TRANSACTION statement. Your TMF is not operating
properly.
Effect. The TAREQ executes the EXIT program.
Recovery. Correct TMF.