Start of change

Deploying MQIAC adapter services

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.
  1. 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
    /*
    //
  2. 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.
  3. Run DFHMAMPU using the update job generated by the MQIAC builder to update the Property file. The update job is called @numeric value.jcp.
  4. Optional: If you are deploying Link3270 server adapters, you need to perform the following additional steps:
    1. 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.
    2. Update DFHMALRF to include the necessary mapsets using the sample job DFHMAMLU.
End of change