SNAX/APC Application Programming Manual

Interprocess Communications and Units of Work
SNAX/APC Application Programming Manual138786
2-18
UOW Return Codes
1003 RC-DEALLOCATE-
ABEND-SVC
The remote TP issued a DEALLOCATE verb with
TYPE(ABEND-SVC) specified. If the remote TP
was in the Receive state, any data sent by the local
TP and not yet received by the remote TP is purged.
The local TP is in the deallocate state after receiving
this return code.
1005 RC-DEALLOCATE-
NORMAL
The remote TP requested conversation deallocation.
The local TP should issue a DEALLOCATE
LOCAL. The conversation is now in deallocate
state. This is a normal return code—it is not an
error.
1006 RC-PARAMETER-
ERROR
The verb did not execute successfully because it
specified a parameter that contained an invalid
argument. See the RETN-CODE-DETAIL field to
determine the parameter in error.
1007 RC-PROGRAM-
ERROR-NO-TRUNC
The remote TP issued a SEND-ERROR (PROG)
verb before sending any logical records or after
flushing a complete logical record.
1008 RC-PROGRAM-
ERROR-PURGING
The remote TP issued a SEND-ERROR (PROG)
verb from receive or confirm state. The local TP
enters Receive state. The SEND-ERROR verb
purges any information sent to the remote TP but not
yet received by the remote TP.
1009 RC-PROGRAM-
ERROR-TRUNC
The remote TP started to send a logical record and
then issued a SEND-ERROR (PROG) verb before
sending the complete logical record. The local TP
enters Receive state.
1010 RC-RECOURCE-
FAIL-NO-RETRY
A failure occurred that caused the conversation to
terminate prematurely. For example, an operator TP
terminated the conversation with DEACTIVATE-
SESSION (CLEANUP). The condition is not
temporary; the local TP should issue a
DEALLOCATE (LOCAL) and should not retry the
transaction until the condition has been corrected.
Check the SNAX/APC log file for additional
information.
1011 RC-RECOURCE-
FAIL-RETRY
A failure occurred that caused the conversation to
terminate prematurely. The condition is probably
temporary (for example, a line failure); the TP
should issue DEALLOCATE (LOCAL) and then
issue another ALLOCATE and retry the transaction.
Check the SNAX/APC log file for other information.
1012 RC-SVC-ERROR-
NO-TRUNC
The remote TP issued a SEND-ERROR (SVC) verb
before sending any logical records or after flushing a
complete logical record.
Table 2-3. UOW Return Codes (page 2 of 4)
Value Label Meaning