Discussion:
List sql statements for static sql
(too old to reply)
c***@br.ibm.com
2007-10-01 20:17:04 UTC
Permalink
Hi,
I need to see all the statements and the order in which they execute for a static program. How can i do this ?
thanks.
regards.
claudia
Ian
2007-10-04 05:34:40 UTC
Permalink
Hi, I need to see all the statements and the order in which they
execute for a static program. How can i do this ?
I think the only way you could do this would be to:

a) Look at program source code

or

b) Use an event monitor for statements to get collect the order (i.e.
package name, section number) to reference back into the catalog.
Continue reading on narkive:
Loading...