The call CMINIT initializes values for a connection. A unique value (conversation ID) is returned to the program. This value must be specified in all subsequent calls. A symbolic address must also be specified.
Syntax
CMINIT ( conv_id, dest, rc)
Parameters
conv_id
Conversation ID A unique value returned by the routine.
dest
Symbolic name This input value must match an entry in the side info table.
The entry contains parameters to build the connection.
rc
Return code CM_OK : Routine was executed without errors.
The return code contains the same value as rc.