Establishing a TCP connection

Edit the channel initiator initialization parameters. Sample JCL to do this is in thlqual.SCSQPROC(CSQ4XPRM). You must add the name of the TCP address space to the TCPNAME= parameter.

Figure 48. Channel Initiator initialization parameters


//SYSIN    DD *
        CSQ6CHIP ADAPS=8,                 X
              ACTCHL=200,                 X
              ADOPTMCA=NO,                X
              ADOPTCHK=ALL,               X
              CURRCHL=200,                X
              DISPS=5,                    X
              DNSGROUP=,                  X
              DNSWLM=NO,                  X
              LSTRTMR=60,                 X
              LUGROUP=,                   X
              LUNAME=MVSLU,               X
              LU62ARM=,                   X
              LU62CHL=200,                X
              OPORTMIN=0,                 X
              OPORTMAX=0,                 X
              TCPCHL=200,                 X
              TCPKEEP=NO,                 X
              TCPNAME=TCPIP,              X
              TCPTYPE=OESOCKET,           X
              TRAXSTR=YES,                X
              TRAXTBL=2,                  X
              SERVICE=0
          END
/*

What next?

The TCP connection is now established. You are ready to complete the configuration. Go to WebSphere MQ for z/OS configuration.



© IBM Corporation 2002. All Rights Reserved