A NetBIOS connection is initiated from a queue manager that uses the ConnectionName parameter on its channel definition to connect to a target listener. To set up a NetBIOS connection, follow these steps:
NETBIOS: LocalName=O2NETB1
and at the receiving end:
NETBIOS: LocalName=O2NETB2
NETBIOS: AdapterNum=1
DEFINE CHANNEL (OS2.WINNT.NET) CHLTYPE(SDR) +
       TRPTYPE(NETBIOS) +
       CONNAME(O2NETB2) +
       XMITQ(WINNT) +
       REPLACE
DEFINE CHANNEL (OS2.WINNT.NET) CHLTYPE(RCVR) +
       TRPTYPE(NETBIOS) +
       REPLACE
runmqlsr -t netbios
Optionally you may specify values for the queue manager name, NetBIOS local name, number of sessions, number of names, and number of commands. See Defining a NetBIOS connection for more information about setting up NetBIOS connections.