If I got you correctly... for IRIS (and newer Cache Versions) you can use
select * from INFORMATION_SCHEMA.ROUTINES where ROUTINE_NAME='...'and for older Cache versions try
select * from %Dictionary.CompiledMethod where SqlProc=1 and Name='...'(but be patient, this takes some time)
- Log in to post comments