(Contents)(Previous)(Next)

exec sql set trace long

After this statement, all SQL statements completely generated are written into a trace file, together with the host variable values, the sqlcode (if not equal to zero) and any warnings returned.


(Contents)(Previous)(Next)