LU62, NETBIOS, and SPX stanzas of the client configuration file

On Windows systems only, use these stanzas to specify configuration parameters for the specified network protocols.


LU62 stanza

Use the LU62 stanza to specify SNA LU 6.2 protocol configuration parameters. The following attributes can be included in this stanza:

    Library1 = DLLName|WCPIC32
    The name of the APPC DLL.

    Library2 = DLLName|WCPIC32
    The same as Library1, used if the code is stored in two separate libraries.

    TPName
    The TP name to start on the remote site.


NETBIOS stanza

Use the NETBIOS stanza to specify NetBIOS protocol configuration parameters. The following attributes can be included in this stanza:

    AdapterNum = number|0
    The number of the LAN adapter.

    Library1 = DLLName|NETAPI32
    The name of the NetBIOS DLL.

    LocalName = name
    The name by which this computer is known on the LAN.

    This is equivalent to the MQNAME environment variable.

    NumCmds = number|1
    How many commands to allocate.

    NumSess = number|1
    How many sessions to allocate.


SPX stanza

Use the SPX stanza to specify SPX protocol configuration parameters. The following attributes can be included in this stanza:

    BoardNum = number|0
    The LAN adapter number.

    KeepAlive = YES|NO
    Switch the KeepAlive function on or off.

    KeepAlive = YES causes SPX to check periodically that the other end of the connection is still available. If it is not, the channel is closed.

    Library1 = DLLName|WSOCK32.DLL
    The name of the SPX DLL.

    Library2 = DLLName|WSOCK32.DLL
    The same as Library1, used if the code is stored in two separate libraries.

    Socket = number|5E86
    The SPX socket number in hexadecimal notation.

Parent topic: Configure a client using a configuration file