Table 40 presents a worksheet listing all the parameters needed to
set up communication from z/OS to one of the other WebSphere MQ
platforms. The worksheet shows examples of the parameters, which have
been tested in a working environment, and leaves space for you to fill in your
own values. An explanation of the parameter names follows the
worksheet. Use the worksheet in this chapter in conjunction with the
worksheet in the chapter for the platform to which you are connecting.
The steps required to set up an LU 6.2 connection are described in Establishing an LU 6.2 connection using CICS, with numbered cross references to the parameters on the
worksheet.
Use this worksheet to record the values you use for your
configuration. Where numbers appear in the Reference column they
indicate that the value must match that in the appropriate worksheet elsewhere
in this book. The examples that follow in this chapter refer back to
the values in the ID column. The entries in the Parameter Name column
are explained in Explanation of terms.
Table 40. Configuration worksheet for z/OS using LU 6.2
ID
| Parameter Name
| Reference
| Example Used
| User Value
|
Definition for local node
|
(1)
| Command prefix
|
| +cpf
|
|
(2)
| Network ID
|
| NETID
|
|
(3)
| Node name
|
| MVSPU
|
|
(4)
| Local LU name
|
| MVSLU
|
|
(5)
| Symbolic destination
|
| M1
|
|
(6)
| Modename
|
| #INTER
|
|
(7)
| Local Transaction Program name
|
| MQSERIES
|
|
(8)
| LAN destination address
|
| 400074511092
|
|
Connection to an OS/2 system using CICS
The values in this section of the table must match those used in Table 15, as indicated.
|
(17)
| Connection name
|
| OS2
|
|
(18)
| Group name
|
| EXAMPLE
|
|
(19)
| Session name
|
| OS2SESS
|
|
(20)
| Netname
| (6)
| OS2LU
|
|
Connection to a Windows system using CICS
The values in this section of the table must match those used in Table 17, as indicated.
|
(17)
| Connection name
|
| WNT
|
|
(18)
| Group name
|
| EXAMPLE
|
|
(19)
| Session name
|
| WNTSESS
|
|
(20)
| Netname
| (6)
| WINNTLU
|
|
Connection to an AIX system using CICS
The values in this section of the table must match those used in Table 21, as indicated.
|
(17)
| Connection name
|
| AIX
|
|
(18)
| Group name
|
| EXAMPLE
|
|
(19)
| Session name
|
| AIXSESS
|
|
(20)
| Netname
| (4)
| AIXLU
|
|
Connection to an HP-UX system using CICS
The values in this section of the table must match those used in Table 24, as indicated.
|
(17)
| Connection name
|
| HPUX
|
|
(18)
| Group name
|
| EXAMPLE
|
|
(19)
| Session name
|
| HPUXSESS
|
|
(20)
| Netname
| (5)
| HPUXLU
|
|
Connection to an AT&T GIS UNIX system using CICS
The values in this section of the table must match those used in Table 26, as indicated.
|
(17)
| Connection name
|
| GIS
|
|
(18)
| Group name
|
| EXAMPLE
|
|
(19)
| Session name
|
| GISSESS
|
|
(20)
| Netname
| (4)
| GISLU
|
|
Connection to an iSeries system using CICS
The values in this section of the table must match those used in Table 48, as indicated.
|
(17)
| Connection name
|
| AS4
|
|
(18)
| Group name
|
| EXAMPLE
|
|
(19)
| Session name
|
| AS4SESS
|
|
(20)
| Netname
| (3)
| AS400LU
|
|
- (1) Command prefix
- This is the unique command prefix of your WebSphere MQ for z/OS
queue-manager subsystem. The z/OS systems programmer defines this at
installation time, in SYS1.PARMLIB(IEFSSNss), and will be able to tell
you the value.
- (2) Network ID
- The VTAM startup procedure in your installation is partly customized by
the ATCSTRxx member of the data set referenced by the DDNAME VTAMLST.
The Network ID is the value specified for the NETID parameter in this
member. For Network ID you must specify the name of the NETID that owns
the WebSphere MQ communications subsystem (WebSphere MQ channel initiator or
CICS for z/OS as the case may be). Your network administrator will tell
you the value.
- (3) Node name
- VTAM, being a low-entry network node, does not have a Control Point name
for Advanced Peer-to-Peer Networking (APPN) use. It does however have a
system services control point name (SSCPNAME). For node name, you must
specify the name of the SSCP that owns the WebSphere MQ communications
subsystem (WebSphere MQ channel initiator or CICS for z/OS as the case may
be). This is defined in the same ATCSTRxx member as the Network
ID. Your network administrator will tell you the value.
- (4) Local LU name
- A logical unit (LU) is software that serves as an interface or translator
between a transaction program and the network. It manages the exchange
of data between transaction programs. The local LU name is the unique
VTAM APPLID of this WebSphere MQ subsystem. Your network administrator
will tell you this value.
- (5) Symbolic destination
- This is the name you give to the CPI-C side information profile.
You need a side information entry for each LU 6.2 listener.
- (6) Modename
- This is the name given to the set of parameters that control the LU
6.2 conversation. An entry with this name and similar attributes
must be defined at each end of the session. In VTAM, this corresponds
to a mode table entry. You network administrator will assign this to
you.
- (7) Transaction Program name
- WebSphere MQ applications trying to converse with this queue manager will
specify a symbolic name for the program to be run at the receiving end.
This will have been specified in the TPNAME attribute on the channel
definition at the sender. For simplicity, wherever possible use a
transaction program name of MQSERIES, or in the case of a connection to
VSE/ESA, where the length is limited to 4 bytes, use MQTP.
See Table 32 for more information. If the receiving end is z/OS
using CICS, special values are required.
- (8) LAN destination address
- This is the LAN destination address that your partner nodes will use to
communicate with this host. When you are using a 3745 network
controller, it will be the value specified in the LOCADD parameter for the
line definition to which your partner is physically connected. If your
partner nodes use other devices such as 317X or 6611 devices, the address will
have been set during the customization of those devices. Your network
administrator will tell you this value.
- (17) Connection name
- (CICS only) This is a 4-character name by which each connection will be
individually known in CICS RDO.
- (18) Group name
- (CICS only) You choose your own 8-character name for this value.
Your system may already have a group defined for connections to partner
nodes. Your CICS administrator will give you a value to use.
- (19) Session name
- (CICS only) This is an 8-character name by which each group of sessions
will be individually known. For clarity we use the connection name,
concatenated with 'SESS'.
- (20) Netname
- (CICS only) This is the LU name of the WebSphere MQ queue manager on the
system with which you are setting up communication.
© IBM Corporation 2002. All Rights Reserved