Skip to Content
0
Former Member
Oct 14, 2005 at 04:22 AM

How to skip non executeable sql stmts?

33 Views

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?