Example of Side Information

In the following COBOL example, the symbolic destination name USR3NEWS is used in a CPI Communications outbound Initialize_Conversation call and is resolved by its side information in the example box.
  MOVE "USR3NEWS" TO SYM-DEST-NAME.
  CALL "CMINIT" USING CONVERSATION-ID,
                      SYM-DEST-NAME,
                      CM-RETCODE.
Figure 1. Example of Side Information
   DESTNAME(USR3NEWS)
   MODENAME(MODE3)
   TPNAME(NEWS)
   PARTNER_LU(USER3LU)