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
Release: All supported releases.
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.
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.