Edit the CICS startup job

  1. Edit the CICS® region startup job as follows:
    //DFHRPL
    Add the CICS Configuration Manager application and national language support load libraries to the CICS library concatenation DFHRPL:
    //DFHRPL   …
               DD DSN=ccvhlq.SCCVAlang,DISP=SHR
               DD DSN=ccvhlq.SCCVLINK,DISP=SHR

    where lang is ENU (U.S. English) or JPN (Japanese)

    //CCVLOG
    ddname for the CICS Configuration Manager log file transient data queue:
    //CCVLOG   DD SYSOUT=*
  2. If the startup job contains a DFHCSD DD statement, remove the DFHCSD DD statement.

    You must specify the CSD file via the SIT parameter CSDDSN, not via the ddname DFHCSD in the CICS region startup JCL.

    The CICS Configuration Manager server dynamically modifies the DFHCSD data set name each time it needs to access a CSD file. When the data set name is specified in the DFHCSD DD statement, the server cannot dynamically allocate the data set, and the CICS Configuration Manager server reports an error.

    An example of a DFHCSD DD statement is as follows:

    //DFHCSD DD DISP=SHR,DSN=CICS.DEVT.DFHCSD