DC027005 Cobol abend information missing or incorrect
search cancel

DC027005 Cobol abend information missing or incorrect

book

Article ID: 124043

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

An ADS dialog links to a COBOL program and abends with a S0C7. The information in the dc-log is not enough to diagnose the problem. The offset and PSW are all zeroes and even the ABEND C.E. is missing data or is incorrect.

This document describes what can be done to get a better snap dump of this situation. 

Environment

Release: All supported releases.

Cause

The cobol runtime options module, CEEUOPT, that is linked with RHDCLEFE is provided at install time with TRAP=(ON).

Resolution

Change the CEEUOPT option from TRAP=(ON) to TRAP=(OFF). The snap dump from the DC027005 abend is not very useful. With TRAP=(OFF), it will generate a traditional IDMS program check with DC027001 which is more useful.

For information on how to change a CEEUOPT option for an IDMS CV, see Re-link RHDCLEFE.