How to perform a HSD RESET using DDCFBLD
search cancel

How to perform a HSD RESET using DDCFBLD

book

Article ID: 203716

calendar_today

Updated On:

Products

Datacom/AD Datacom/DB Datacom

Issue/Introduction

Running the Datadictionary Comparator tool (DDSDCLM) revealed certain values 
that needed correcting. In many PTFs, the HOLD (ACTION) is to use utility DDCFBLD to do a HSD RESET. 

How do you do this?

Resolution

Example JCL can be seen down below. This is mostly for when Customers are running DDSDCLM and need to apply a HSD RESET after applying a new PTF

//HSDRST EXEC PGM=DDCFBLD,REGION=4096K
//STEPLIB  DD DSN=yourdatacom.hlq.CUSLIB,   <-----Change this
//         DISP=SHR                        
//         DD DSN=yourdatacom.hlq.CAAXLOAD, <-----Change this
//         DISP=SHR                        
//CAOESTOP DD  SYSOUT=*
//SYSPRINT DD  SYSOUT=*
//SYSOUT   DD  SYSOUT=*
//SYSPUNCH DD  DUMMY   
//DDSNAP   DD  SYSOUT=*
//SNAPER   DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//THRSHOUT DD  SYSOUT=*
//SYSIN DD *
+USR DATACOM-INSTALL,NEWUSER
+HSD RESET
+END      
//                 

 

You can also find sample JCL from you datacom.hlq.CAAXSAMP(BDACTDD2) and copy lines 187 through 201

 

Additional Information

DDCFBLD Documentation

HSD RESET Documentation