Limited support

 

BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.

BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Infrastructure 7.1 Open link .

Adding the CICS EXCI library to the BBI-SS startup procedure

Use the following task to add the CICS EXCI library to the BBI-SS startup procedure.

The external CICS interface modules are supplied in the CICS data set SDFHEXCI.

Tip

This task is required for the MainView AutoOPERATOR for CICS option and for MainView for CICS, and does not apply to other products.

The SDFHEXCI data set must be available to the MainView AutoOPERATOR for CICS and MainView for CICS BBI-SS PAS for normal system searches.

To add the CICS EXCI library to the BBI-SS startup procedure

  1. If the SDFHEXCI data set is not defined to the system LINKLIST, add it with a DD statement in the STEPLIB concatenation for the BBI-SS PAS.

    The data set must be APF authorized.

    IBM recommends that you specify the CICS data set of the latest version of CICS that communicates with the BBI-SS PAS. For example, if you are running a CICS 4.1.0 and a CICS 5.1.0 system that both communicate with the BBI-SS PAS, the JCL update might look like this example:

    //STEPLIB DD DISP=SHR,DSN=hlq.BBLINK
    //        DD DISP=SHR,DSN=CICS510.SDFHEXCI (FOR EXCI)
  2. Include a SYSMDUMP DD statement in the BBI-SS PAS start up JCL.

    The external CICS interface uses SYSMDUMP for some error conditions and BMC recommends that you include a SYSMDUMP DD statement in the BBI-SS PAS start up JCL.

    Example

    //SYSMDUMP DD SYSOUT=*
  3. If you start the BBI-SS PAS before JES, ensure that you add the DD statement for SYSMDUMP to the list of data sets that must point to real data sets, and enter the SYSMDUMP statement as follows:

    //SYSMDUMP DD DISP=SHR,DSN=sysmdump.dataset,VOLSER=....,UNIT=....
  4. The REGION parameter must specify a region large enough to accommodate the internal trace table that is specified by the TRACESZE parameter (the default setting is 16K) in the DFHXCOPT macro, EXCI options table.

    For more information, see the IBM space CICS External Interfaces Guide.

Related topic

Was this page helpful? Yes No Submitting... Thank you

Comments