Previous Topic: DBINIT and DBUPDATE SettingsNext Topic: ASCII Configuration Files


Modify Values Using the DBUPDATE DD

To modify entry values in the CA CSM database using the DBUPDATE DD, add the DBUPDATE DD to the CA CSM startup JCL (RunTimeMVSHLQPrefix.JCL(MSMTCSRV)).

Follow these steps:

  1. Create a RunTimeMVSHLQPrefix.SAMPLIB(DBUPDATE) member.
  2. Add only the settings and their values in the RunTimeMVSHLQPrefix.SAMPLIB(DBUPDATE) member that you want to modify.
  3. Add the DBUPDATE DD pointing to the RunTimeMVSHLQPrefix.SAMPLIB(DBUPDATE) member to the CA CSM startup JCL (RunTimeMVSHLQPrefix.JCL(MSMTCSRV)).
  4. Restart the CA CSM application server.
  5. Comment out the DBUPDATE DD in the RunTimeMVSHLQPrefix.JCL(MSMTCSRV).