A new data dictionary record can be produced by using the IBM utility DFHMNDUP, which has been available since the release of CICS 3.1.1.
Release: 14
Component: MCIC
Information on how to run the DFHMNDUP utility can be found in Section 2.7 (monitoring dictionary utility program) of the IBM CICS Operations and Utilities Guide.
Sample job stream to run DFHMNDUP
//SMFMNDUP JOB (accounting information),CLASS=A,
// MSGCLASS=A,USER=userid,PASSWORD=password,NOTIFY=userid
//****************************************************************
//* Step 1 - Create new dictionary record and output to SYSUT4 *
//****************************************************************
//MNDUP EXEC PGM=DFHMNDUP
//STEPLIB DD DSN=CICSTS31.CICS.SDFHLOAD,DISP=SHR 1
// DD DSN=mct.table.loadlib,DISP=SHR
//SYSUT4 DD DSN=CICSTS31.CICS.applid.MNDUPREC,DISP=(NEW,CATLG),
// UNIT=SYSDA,SPACE=(TRK,(1,1)) 2
//SYSPRINT DD SYSOUT=A
//SYSUDUMP DD SYSOUT=A
//SYSIN DD *
MCT=NO
SYSID=MVSA
GAPPLID=DBDCCICS
SAPPLID=DBDCCIC1
DATE=2003205
TIME=000100
/*