Initiating the connection
To initiate the connection, follow these steps at the sending end:
- Define the NetBIOS station name using the MQNAME or LocalName value as
described above.
- Verify the LAN adapter number being used on your system and specify the
correct file using the AdapterNum as described above.
- In the ConnectionName field of the channel definition, specify the NetBIOS name
being used by the target listener program. On Windows(R), 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