RC 67 - CXX EXCLUSIVE CONTROL INTERLOCK
search cancel

RC 67 - CXX EXCLUSIVE CONTROL INTERLOCK

book

Article ID: 44602

calendar_today

Updated On:

Products

Datacom DATACOM - AD

Issue/Introduction

Datacom MUF shows

DB00901I - CXX TEMPORARY INTERLOCK                           
DB02405I - PXX START xxxxxx nnnnn 67(067)   
DB02406I - PXX END - CXX EXCLUSIVE CONTROL INTERLOCK  

Environment

Datacom/AD all versions

Datacom all versions

Cause

Enqueue on CXX not released

Resolution

  • Resubmit the job
  • Run DBUTLTY RESET AREA=CXX on an unused database like the Datacom demo database , example RESET AREA=CXX,DBID=001
  • Check the CXXENQ type and change if needed. SYSPLEX is recommended. 

Additional Information

The return code 67 is a CXX EXCLUSIVE CONTROL INTERLOCK. It indicates the CXX is held under exclusive control by another task. It means another MUF or DBUTLTY job was active trying to open or close a URT at the same time as the job that got the error started.  The ENQ is very short lived so you should just try to rerun the job that failed.

This can also be caused by a job (usually DBUTLTY) that abended during open/close processing and left the CXX locked. In this case you would need to run DBUTLTY and issue a CXX RESET on an unused DBID like the demo database (DBID=1).

The other possibility is that the CXX is being accessed from another LPAR in the SYSPLEX.

This error only happens when you have coded the option CXXENQ=LOCAL in the CXX. With this option we use an MVS ENQ on the local LPAR and a DASD lock on the CXX.  We recommend you use CXXENQ=SYSPLEX instead which does a SYSPLEX wide ENQ on the CXX but does not use a DASD lock. With this option the CXX INTERLOCK will never occur. To change it run DBUTLTY using this input: 

CXXMAINT OPTION=ALTER,CXXENQ=SYSPLEX 

We issue an MVS ENQ with a QNAME of CADTCM01 so use this MVS command to see who has locked it: 

D GRS,RES=(CADTCM01,*)