In a CICS program, the Handle AID condition falls through the NOTOPEN error condition.
It hits the condition that the file is not open and displays the error Message "NOTOPEN" on the screen.
The problem is i have checked through the file status throught the "CEMT I FI(file name)" command and it shows the file as enabled and open.
However, the Handle AID condition still falls through the NOTOPEN condition.
The operation being performed is a VSAM file is already Open and is read using READ command of CICS after which the map a SEND MAP takes place.
There is no way that i can debug the code using a debugger. I have tried closing and opening the file again but that didn't work.
I am aware there is little information to go on, however is there any way i can find out why the NOTOPEN condition gets hit even though the file is open because i am not able to debug the code. Any command to look at the queue contents that may help.
Any help is much appreciated.
Thank You
Healy