U3964 abend at CV startup after message IEC130I
search cancel

U3964 abend at CV startup after message IEC130I

book

Article ID: 22312

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

After a normal shutdown, the next CV startup fails with a U3964 abend code. Messages prior to the abend are:

DC013014 Vnnn T0 ATTACHING TASK FOR SERVICE DRIVER RHDCLGSD
IEC130I JESRDR DD STATEMENT MISSING
IEC130I PLOGJOB DD STATEMENT MISSING

 

Environment

Release: All supported releases.

Cause

A U3964 abend indicates there was a program check in either the master task (RHDCMSTR, task 0) or the database resource controller task (RHDCDBRC, task 1). The IEC130I error messages are caused by the WTOEXIT trying to open the files it needs. Failure to open these files causes a program check in the WTOEXIT. Since the WTOEXIT is running under a system task, IDMS will abend with a U3964. 

Resolution

The solution is to add the missing DD statements (in the example above this would be JESRDR and PLOGJOB) to the IDMS CV JCL and restart the CV.