Making the required CICS JCL changes

The following modifications need to be made to your CICS® JCL.

  1. Add data set IDI.SIDIAUTH to the DFHRPL concatenation of the CICS® JCL.
  2. Allocate a new profile data set to be assigned to the IPVPROF and IPVTLIB DD names below, for example, IDI.IDIPPROF. This data set should be defined as a PDS or PDSE with LRECL=80 and RECFM=FB. Only a small data set is required, for example 5 tracks primary and 5 tracks secondary space allocation.
    Note: Each user has their ISPF-like settings written to the IPVPROF data set, and as such each user needs UPDATE access to this data set.
  3. Add the following DD names to the CICS® JCL:
    //IPVPLIB  DD DISP=SHR,DSN=IPV.SIPVPENU
    //         DD DISP=SHR,DSN=IPV.SIPVMENU
    //         DD DISP=SHR,DSN=IDI.SIDIPLIB
    //         DD DISP=SHR,DSN=IDI.SIDIMLIB
    //         DD DISP=SHR,DSN=IDI.SIDISLIB
    //IPVTLIB  DD DISP=SHR,DSN=IDI.IDIPPROF
    //         DD DISP=SHR,DSN=IPV.SIPVTENU
    //         DD DISP=SHR,DSN=IDI.SIDITLIB
    //IPVPROF  DD DISP=SHR,DSN=IDI.IDIPPROF
    Note: The data sets IPV.SIPV* are created as part of the installation of ADFz Common Components.