For this and your other thread, are you sure the DBA promoted these table objects to production? Sounds like a missing table, according to my non-DB2 trained point of view.
All the tables and also the views are present in the production
As i posted earlier, i think its problem with the high level qualifier QPINCA .
We manually tried running the query using QPINCA.VIS_PRODUCT_TYPE , it is failing .
But
If we run the query QPINC.VIS_PRODUCT_TYPE it is fetching the data…as QPINC is the SQLID for all the VIEWS of the DB2 TABLES
2)If we run the query QPINCA.TIS0012 (TIS0012 is the Table name for the VIEW VIS_PRODUCT_TYPE ) it is fetching the data … as QPINCA is the High level qualifier for all the DB2 Tables.
So how can we set the SQLID’s for the VIEWS the program is accessing .
So do we need to take care of any DB2 issues before stowing the modified NATURAL Program and creating the object.
Note : The same NATURAL program (Old Object code) is working fine.