Description:
The U11-011 message with CRQRC=0010 means that the CMT record is in lock status and the job in CA 11 Workload Automation Restart and Tracking is locked.
It can occur after rerunning a job one or more times.
If it is not running anywhere then issue the ABTERM command to clear the lock.
Solution:
Issue the ABTERM command to clear the lock.
The command format is as follows:
comchar ABTERM JOBNAME=jobname,CMT
where 'comchar' is the communication character as defined in the CA 11 configuration deck and 'jobname' is the name of job receiving the message.
'CMT' can also be coded as 'ALL'.
An example of the Console Operator Message:
U11-011 U11PDS REQUEST SERVICE ERRORREQ:08 SVCRET:00 SVCREAS:00 CRQECB:40000000 CRQRC:0010
The following CA 11 utility can be used to get a list of possibly locked jobs:
//STEP1 EXEC PGM=CA11UNLK //STEPLIB DD DISP=SHR,DSN=ca11.CAILIB // DD DISP=SHR,DSN=datacom.CAILIB // DD DISP=SHR,DSN=datacom.CUSLIB //RMSRPT DD SYSOUT=* //RMSOPTNS DD * REPORT78,LOGO=NO //SYSIN DD * LIST ALL /* //
Jobs that are currently active on the system should show up in the list because they have a valid lock and SHOULD NOT BE UNLOCKED.
Please be absolutely certain that the job you are trying to unlock is not running on any system that is using the CA Datacom database.