IDMS

 View Only

 How to fix the RHDCTABL abnormal message from IDMS CV.

Sushil Joseph Deenadayalan's profile image
Sushil Joseph Deenadayalan posted Mar 29, 2024 08:15 AM

Hello,

We are working on the IDMS HA solution. we have created the 2 frontend IDMS CVs successfully up and running online.

From one of the front-end IDMS CVs getting this message, RHDCTABL information appears in the IDMS CV log. The other front-end IDMS CV looks good there are no abnormal messages.

Because of the abnormal message RHDCTABL the following Task NEXTTCOD abends but it was already defined in the SYSGEN as an AUTOTASK NEXTTCOD.

Could you please review and let me know if any suggestions to fix the RHDCTABL?

DC050017 V6 RHDCTABL did not add an index entry because it already exists.  

DC027007 V6 T26 TASK:NEXTTCOD PROG:*SYSTEM* ABENDED WITH CODE D002             
DC013005 V6 T0 CENTRAL VERSION INITIALIZATION COMPLETE                         
DC074100 V6 T0 V6  ENTER NEXT TASK CODE(CPU_/TGT/IDMS_):                       
DC074100 V6 T0 ? 

Regards,

Sushil Joseph

Philippe Jacqmin's profile image
Philippe Jacqmin

Hi, NEXTTCOD is a site written assembler program to label the CV. This was developed a few years ago to identify the CV among the different environments. NEXTTCOD navigates the control blocks in memory to identify the CPU,  the environment and the IDMS CV. Underscore sign (_) means that the navigation in the control was not able to catch the necessary information. In this case the environment TGT is correctly filled in.

I suggest to look in the task dump to identify the bug in NEXTTCOD and to bring some info about RHDCTABL abend.