Batch Datacom job abends U4049-2C CEE3204S
search cancel

Batch Datacom job abends U4049-2C CEE3204S

book

Article ID: 242320

calendar_today

Updated On:

Products

Datacom/DB Datacom Datacom/AD

Issue/Introduction

A batch Datacom COBOL job abends with the following error:

USER COMPLETION CODE=4094 REASON CODE=0000002C

Also message:

CEE3204S The system detected a protection exception (System Completion Code=0C4).
From compile unit modname at entry point modname at compile unit offset +nnnn at entry offset +nnnn
          at address 1ADA8B7E.

 

Environment

Release : 15.1

Component : DATACOM/DB

Cause

The U4094 abend is an IBM Language Environment (LE) abend code. The IBM documentation explains the error:

Explanation
An abend was issued during termination, when errors were detected.

X'2C' (44)
Termination requested during termination.

 

 

 

Resolution

When getting a U4094 abend look for other LE messages that will indicate what error occurred, usually a program check.
In this case message CEE3204S was issued which means a S0C4 abend occurred.
It was in a COBOL user program so not a Datacom problem.