I'm getting the following message
DFHAC2206 11:24:10 Transaction KHR8 failed with abend 4038. Updates to local recoverable resources backed out.
This is a CICS Cobol program. The latest change was to add "copy xxxx" to the program then put 2 call statements
call xxxx using parms
where one of the parms was the name of another subroutine (a PLI subroutine).
This copy/call works in non-CICS Cobol programs. What do I need to do to get it to work in my CICS program?
Thanks.
DFHAC2206 11:24:10 Transaction KHR8 failed with abend 4038. Updates to local recoverable resources backed out.
This is a CICS Cobol program. The latest change was to add "copy xxxx" to the program then put 2 call statements
call xxxx using parms
where one of the parms was the name of another subroutine (a PLI subroutine).
This copy/call works in non-CICS Cobol programs. What do I need to do to get it to work in my CICS program?
Thanks.