When you deploy an MQIAC server adapter in CICS® SFR,
you define it to the runtime environment by updating the Property file using
DFHMAMPU.
If you are deploying Link3270 server adapters, you need to perform
the additional deployment steps that are listed as optional in the sequence
of steps below.
- Edit DFHMAMPU, adding parameters PARM04 through PARM07 to
the Type R request. For example:
//SYSIN DD *
..
TYPE=R
NAME=TCMQ01
PARM01=0
PARM02=TCMNAV1
PARM03=TCMN
PARM04=0
PARM05=
PARM06=2
PARM07=0
PARMXX
/*
//
- If you are deploying a Link3270 server adapter and you require
AOR routing, update the PARM07 parameter of the Type
5 request in DFHMAMPU with a Y value.
- Run DFHMAMPU using the update job generated by the MQIAC builder
to update the Property file. The update job is called @numeric
value.jcp.
- Optional: If you are deploying Link3270 server adapters,
you need to perform the following additional steps:
- Create the Link3270 repository file DFHMALRF using the job DFHMADDR
with the MQIAC copybooks. Alternatively, you can edit DFHMADDL
to point to MQIAC runtime libraries.
- Update DFHMALRF to include the necessary mapsets using the sample
job DFHMAMLU.