Job receives message of U11-011 with a value of CRQRC=0010 along with U0999 abend
search cancel

Job receives message of U11-011 with a value of CRQRC=0010 along with U0999 abend

book

Article ID: 53292

calendar_today

Updated On:

Products

CA-11

Issue/Introduction

Received message:   U11-011 U11PDS REQUEST SERVICE ERROR REQ:08 SVCRET:00 SVCREAS:00 CRQECB:40000000 CRQRC:0010 

The U11-011 message with CRQRC=0010 means that the CMT record for the job is in lock status  in CA 11.

 

Environment

Release:
Component: 11

Resolution

If the job is not running anywhere then 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'.

 

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.

If the lock remains after the  ABTERM command was issued, then a RETIX will be needed to clear the lock.  The following job can be run to perform a RETIX.

NOTE:  All CA 11 accessing the same Datacom/AD Muf must be down before the RETIX job can run.  The Datacom/AD Muf must remain active.   

//*** To rebuild the index for all AREAs, MUF must stay up and all CA 11 
//*** Started Tasks must be down before this job can run.  
//*** 
//RETIX EXEC PGM=DBUTLTY,REGION=3M 
//STEPLIB DD DISP=SHR,DSN=DATACOM.CUSLIB
// DD DISP=SHR,DSN=DATACOM.CAAXLOAD
//CXX DD DISP=SHR,DSN=DATACOM.CXX
//SNAPER DD SYSOUT=*
//SORTWK01 DD UNIT=SYSDA,SPACE=(1700,(1200,120))
//SORTWK02 DD UNIT=SYSDA,SPACE=(1700,(1200,120))
//SORTWK03 DD UNIT=SYSDA,SPACE=(1700,(1200,120))
//SYSIN DD *
ACCESS STATUS=OFF,DBID=601,USERS=WAIT 
INIT AREA=IXX,DBID=601 
RETIX DBID=601,SORT=9999999999,OPTION1='(I)' 
ACCESS STATUS=WRITE,DBID=601