APPC mapped conversations
APPC unmapped conversation support is not available from the JCICS API.
APPC mapped conversations:
| Methods | JCICS class | EXEC CICS Commands |
|---|---|---|
| initiate() | AttachInitiator | ALLOCATE, CONNECT PROCESS |
| converse() | Conversation | CONVERSE |
| get*() methods | Conversation | EXTRACT ATTRIBUTES |
| get*() methods | Conversation | EXTRACT PROCESS |
| free() | Conversation | FREE |
| issueAbend() | Conversation | ISSUE ABEND |
| issueConfirmation() | Conversation | ISSUE CONFIRMATION |
| issueError() | Conversation | ISSUE ERROR |
| issuePrepare() | Conversation | ISSUE PREPARE |
| issueSignal() | Conversation | ISSUE SIGNAL |
| receive() | Conversation | RECEIVE |
| send() | Conversation | SEND |
| flush() | Conversation | WAIT CONVID |