To establish and LU 6.2 connection, there are two steps:
This example describes how to use VTAM Generic Resources to have one connection name to connect to the queue-sharing group.
LUADD ACBNAME(mvslu1) NOSCHED TPDATA(csq.appctp) GRNAME(mvsgr)
Specify values for ACBNAME ((9)), TPDATA and GRNAME((10)).
The NOSCHED parameter tells APPC that our new LU will not be using the LU 6.2 scheduler (ASCH), but has one of its own. TPDATA refers to the Transaction Program data set in which LU 6.2 stores information about transaction programs. Again, WebSphere MQ will not use this, but it is required by the syntax of the LUADD command.
START APPC,SUB=MSTR,APPC=xxwhere xx is the suffix of the PARMLIB member in which you added the LU in step 1.
SET APPC=xx
The effect of this is cumulative, that is, APPC will not lose its knowledge of objects already defined to it in this or another PARMLIB member.
MVSLU APPL ACBNAME=MVSLU1, (9) APPXC=YES, AUTOSES=0, DDRAINL=NALLOW, DLOGMOD=#INTER, (6) DMINWML=10, DMINWNR=10, DRESPL=NALLOW, DSESLIM=60, LMDENT=19, MODETAB=MTCICS, PARSESS=YES, VERIFY=NONE, SECACPT=ALREADYV, SRBEXIT=YES
V,NET,ACT,majornode
The entries you add will look like this:
SIADD DESTNAME(G1) (11) MODENAME(#INTER) TPNAME(MQSERIES PARTNER_LU(MVSLU1) (9) SIADD DESTNAME(G2) (12) MODENAME(#INTER) TPNAME(MQSERIES) PARTNER_LU(MVSGR) (10)
Figure 88. 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=MVSLU1 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 /* |
Add an entry to the CPI-C side information data set to define the connection. Sample JCL to do this is in thlqual.SCSQPROC(CSQ4SIDE).
The entry you add will look like this:
SIADD DESTNAME(M2) (13) MODENAME(#INTER) (14) TPNAME(MQSERIES) (15) PARTNER_LU(OS2LU) (16)
The connection is now established. You are ready to complete the configuration. Go to WebSphere MQ for z/OS shared channel configuration.