Command mapping for APPC mapped conversations

The APPC verbs for mapped conversations are implemented by equivalent CICS application programming commands.

See Return codes for APPC mapped conversations for details of the corresponding return code mapping.

This table has two columns. The headers are in the first row.

MC_ALLOCATE
EXEC CICS ALLOCATE
+ EXEC CICS CONNECT PROCESS
LU_NAME(vble) SYSID on ALLOCATE
MODE_NAME(vble) MODENAME on ALLOCATE
TPN(vble) PROCNAME on CONNECT PROCESS (with PROCLENGTH)
RETURN_CONTROL(WHEN_SESSION_ALLOCATED) Default on ALLOCATE
RETURN_CONTROL(WHEN_CONWINNER_ALLOCATED) Not supported
RETURN_CONTROL
   (WHEN_CONVERSATION_GROUP_ALLOCATED)
Not supported
RETURN_CONTROL(IMMEDIATE) NOQUEUE/NOSUSPEND on ALLOCATE
SYNC_LEVEL SYNCLEVEL on CONNECT PROCESS
   0 ─ None
   1 ─ Confirm
   2 ─ Syncpoint
CONVERSATION_GROUP_ID Not supported
SECURITY(NONE) Not supported
SECURITY(SAME) Default on ALLOCATE
SECURITY(PGM(USED_ID(vble) Not supported
(PASSWORD(vble))) Not supported
PIP(NO) Supported by PIPLENGTH(0)
PIP(YES(vble1,vble2 ... vblen)) Supported by PIPLIST+PIPLENGTH
RESOURCE Returned in CONVID field
RETURN_CODE Supported