Hello,
We a strange sequence of operations which cause to abend.
The sequence is like this :
call to program X -> Call to program Y -> Call to program Z -> PF3 to program Y -> PF3 to program X -> ABEND
sequence that works :
call to program X -> Call to program Y -> PF3 to program Y -> PF3 to program X
and
call to program X -> Call to program Y -> call to program T(diff from Z) -> PF3 to program T-> PF3 to program Y -> PF3 to program X
we check to commarea and I'ts look OK, but this specific senerio cause abend inspite that wee see that program Y save program X to get back to in PF3.
The abend not points about something specific, the abend:
" Program Y, EZERESRC-CLEAN a CICS READ error occured in service ELAESERR
CICS EIBFN 0602, RCODE 0C0000000000, RESP 19, RESP2 60
an error occurred in Program Y on statement number 348
an error occurred starting transaction Program X
CICS EIBFN 5002, RCODE 0000001C0000, RESP 28, RESP 21"
Thanks in advance!