How to drop/find depencies of a user defined function in DB2?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jay K
    New Member
    • Jul 2010
    • 1

    How to drop/find depencies of a user defined function in DB2?

    Former closed question on the subject.

    I tried select * from table(DB2LK_DEP _OF('F','BISDCU ST','PERIOD')) but it returned an empty result set. Am I using it wrong? I need to drop my function BISDCUST.PERIOD () so that I can alter its logic, but I need to find and drop the dependencies first. Any suggestions?
Working...