Mon, 2009-12-07 03:55
I have been receiving AEIP abend for a background transaction which runs every minute ie 24X7. When the CICS region is coming down, the transaction tries to execute during CICS region down time and AEIP abend occurs. This happens only in Production.
To handle this i have used INQUIRE statement to check the CICS region status before executing an EXEC command. To test the changes i manually brought down the CICS region to recreate the same scenario, but before the region comes down the tran gets purged. I was not able to recreate the same scenario.
Can someone tell me if there is any other possible way to handle AEIP abend and test it.
