sharss Beginner
Joined: 27 Aug 2016 Posts: 11 Topics: 4
|
Posted: Wed May 31, 2017 1:32 pm Post subject: CICS abend ADCA |
|
|
Hi All,
We have online screens designed using PROIV functions over CICS.From PROIV function we have used new cobol program to call IMS DB so that it shows one indiactor on the screen.
For that we had done the below step.
Function A(PROIV) uses AAP as PSB
Function A modified to call new cobol program B.
B uses new psb BBP
Here is the logic and flow:
A calls B
B terminates PSB AAP(this was done as we have to schedule new PSB)
B scedules PSB BBP
B does multiple DLI calls
B terminates PSB BBP
B rescedule PSB AAP
Control back to A
In production,this has resulted in abend for many users intermittently and quite frequently.The dump says U026, ADCA abend in PSB AAP.We have not changed AAP.Could any one look into it and advise
Regards,
Sharan S S |
|