HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
Common Return Codes
Non-CPI-C LU 6.2 Partner Program
Appendix A 339
Non-CPI-C LU 6.2 Partner Program
The following return codes can occur when the partner program is a
non-CPI-C LU 6.2 program, for example an APPC TP. The verbs
described in these paragraphs are LU 6.2 verbs.
CM_DEALLOCATED_ABEND_SVC The conversation has been deallocated for
one of the following reasons:
• The partner program has issued the
DEALLOCATE verb with
TYPE
set to ABEND_SVC.
• The partner program did not deallocate the
conversation before terminating.
If the conversation is in Receive state for the partner
program when this call is issued by the local program,
data sent by the local program and not yet received by
the partner program is purged.
CM_DEALLOCATED_ABEND_TIMER The conversation has been deallocated
because the partner program has issued the
DEALLOCATE verb with
TYPE
set to ABEND_TIMER. If
the conversation is in Receive state for the partner
program when this call is issued by the local program,
data sent by the local program and not yet received by
the partner program is purged.
CM_PIP_NOT_SPECIFIED_CORRECTLY The allocation request was rejected
by a non-CPI-C LU 6.2 program. The partner program
requires one or more PIP data variables, and CPI-C
does not support PIP data.
CM_SVC_ERROR_NO_TRUNC The partner program (or partner LU) issued a
SEND_ERROR verb with the
TYPE
parameter set to
SVC during a basic conversation while in Send state.
Data was not truncated.
CM_SVC_ERROR_PURGING While in Send state, the partner program (or
partner LU) issued a SEND_ERROR verb with the
TYPE
parameter set to SVC. Data sent to the partner
program may have been purged.