Peter,
dbc.tablesV cannot be used on volatile tables. As Dieter already mentioned, please use logoff,logon approach or uncheck in SQLA> options to not stop on errors and use drop table; create table; where ever you need to create volatile tables.
Thanks
↧