ibm midrange - How to get list of used UDTF's in SQLRPGLE -


i'm trying list of udtf's used in given sqlrpgle program. not find article/post on getting kind of information. appreciated.

thanks

i hoping there's in sysroutinedep...but doesn't appear case.

you try sysprogramstmtstat

select * sysprogramstmtstat statement_text '%my_udtf%'; 

but that's not better searching source code (assuming have source).

also not above find static use of udtf. if you're building dynamic statement uses udtf, won't shown.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -