A batch program ends successfully but abends in the CA IDMS CV with abort code CKUR and error messages DC201006 and DC027007.
search cancel

A batch program ends successfully but abends in the CA IDMS CV with abort code CKUR and error messages DC201006 and DC027007.

book

Article ID: 4032

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

A batch program always completes successfully in z/OS but abends in the CA IDMS CV with abort code ABRU.

DC201006 Vnn T1 CV-Status BE-TaskID Pri FE - ID1 FE - ID2 FE TaskCD FE UserID FE - ID3 
DC201006 Vnn T1 ABRT CKUR nnn 100 BATCBULK xxxxxxxx xxxxxx xxxxxxxx xxxxxxxx 
DC027007 Vnn Tnnn TASK:RHDCNP3S PROG:nnnnnnnn ABENDED WITH CODE ABRU

The program already has a FINISH DML statement coded in it so why does it abend?

Environment

Release: IDADSO00100-18.5-ADS-for CA-IDMS
Component:

Resolution

A CKUR abend is issued by the check user subtask running in the CA IDMS CV when it detects that a batch job has ended without issuing a FINISH.

If a FINISH is already coded in the program then it means that the statement is never executed. If it is an update job, the CKUR abend will cause all updates made by the job to be rolled back and message DC203005 will be issued.

You can verify if the FINISH is being executed by running the batch job with DMLTRACE=ON in the SYSIDMS file. It will print all DML commands issued by the program. Examine the output to determine the last DML statement issued.