Hi,
Anyone knows how to catch the exception DBIF_RSQL_SQL_ERROR ? We are on 4.6C and it seems that I'm not allowed to use TRY CATCH ENDTRY statement in 4.6C (Invalid statement 'try'). I've searching for CATCH SYSTEM-EXCEPTIONS , but the DBIF_RSQL_SQL_ERROR is not in System Exceptions List.
Sometimes this exceptions occurs because I'm accessing a DBlink Table alias, that's the reason I have to know when the exceptions occurs to send data to a Z Error Table.
thanks,
Rodrigo