Hi All,
Sorry if the subject was not meaningful, i dont want to dump the whole thing in the subject.
we are using Changeman @ out site.
In the cobol program i have a query like:
select col1,col2
from vnd.vnd001
where conds..
i compiled the program and it got compiled fine.
Now while promoting, i got bind error. -911(timeout or deadlock) i was stuck for from time and i removed the schema name before the table from the query so the query became
select col1,col2
from vnd001
where conds.. in the cbl program
and now i compiled the program and promoted it.. it got promoted fine.
I dont know why this is happening.
Can anyone please enlighten me on this scenario?
TIA