Hi people,
in my program, I have some SQL Stmts that can not be executed because the table is missing in the system. I have got many stmts in my program. I would not like to check each stmt in my program.
If I would like to test the program, I get the message that the corresponding table is missing.
How can I skip this?
If I generate and run the program, how can I skip stmts that are not executable because of missing tables?
Is there any possibility?