ARC : Abend (code 0C4/AKEA) offset X'00007AFC' in program VPEHJN70
search cancel

ARC : Abend (code 0C4/AKEA) offset X'00007AFC' in program VPEHJN70

book

Article ID: 129515

calendar_today

Updated On:

Products

IPC Ideal

Issue/Introduction


We have abends in a Development CICS region, we cannot t use Ideal, because of the messages:
DFHSR0622 CICS5304 An attempt to overwrite the ECDSA has caused the abend ...
DFHSR0001 CICS5304 An abend (code 0C4/AKEA) has occurred at offset X'00007AFC'  
DFHME0116 CICS5304 618 

Environment

z/OS

IPC and Ideal 15.0

Cause

VPEHJN70 is defined Uexeckey

Resolution

Modules VPEHJE70 and VPEHJN70 must be defined with EXECKEY CICS.


For information: extracted from *.CAVQSAMP(VQ15CSD)
....
DEFINE PROGRAM(VPEHJE70) GROUP(VQ15GRP)                              
       LANGUAGE(ASSEMBLER) RELOAD(NO) RESIDENT(NO) USAGE(NORMAL)     
       USELPACOPY(NO) STATUS(ENABLED) CEDF(YES) DATALOCATION(BELOW)  
       EXECKEY(CICS) EXECUTIONSET(FULLAPI)                           
DEFINE PROGRAM(VPEHJN70) GROUP(VQ15GRP)                              
       LANGUAGE(ASSEMBLER) RELOAD(NO) RESIDENT(NO) USAGE(NORMAL)     
       USELPACOPY(NO) STATUS(ENABLED) CEDF(YES) DATALOCATION(BELOW)  
       EXECKEY(CICS) EXECUTIONSET(FULLAPI) 
.....                          

Use CEMT transaction to verify:

CEMT I PROG(VPEHJN70)

I PROG(VPEHJN70)                                                  
STATUS:  RESULTS - OVERTYPE TO MODIFY                             
 Prog(VPEHJN70) Leng(0000000000) Ass Pro Ena Pri     Ced          
    Res(000) Use(0000000004) Bel Uex Ful Qua Cic               Nat

Put an S next to Prog.....results should look like the following...

 I PROG(VPEHJN70)              
 RESULT - OVERTYPE TO MODIFY   
   Program(VPEHJN70)           
   Length(0000000000)          
   Language(Assembler)         
   Progtype(Program)           
   ....
   Dataloc(Below)      
   Execkey(Cexeckey)   <=== verify that it is showing Cexeckey and not Uexeckey.
   ....