Home

 

Initiating the connection

 

To initiate the connection, follow these steps at the sending end:

  1. Define the NetBIOS station name using the MQNAME or LocalName value as described above.

  2. Verify the LAN adapter number being used on your system and specify the correct file using the AdapterNum as described above.

  3. In the ConnectionName field of the channel definition, specify the NetBIOS name being used by the target listener program. On Windows, NetBIOS channels must be run as threads. Do this by specifying MCATYPE(THREAD) in the channel definition.
    DEFINE CHANNEL (chname) CHLTYPE(SDR) +
           TRPTYPE(NETBIOS) +
           CONNAME(your_station) +
           XMITQ(xmitq) +
           MCATYPE(THREAD) +
           REPLACE

 

Parent topic:

Defining a NetBIOS connection


ic12880_


 

Home