Hi ,
I have one CICS program which we are doing the changes and its there in "DB2T" region which is DB2 region.In that program we are calling one other program which have sql query in different region and different DB2 region. So in 1st program we are setting the DB2 region dynamically using set statement. I am able to connect to the different region but getting -805 sql code. As per my understanding , due to different plan its giving the error but dont know where i can define the plan so that i can access the table of different region in CICS program.Same process working fine in batch mode.. Please help me out as its one urgent change came to project. Thanks in advance