D.Cook
Member
I'm in a situation where I need to get references to all temp-tables and/or workfiles in a procedure so I can empty them.
Of course being the good programmer I am, I should always clean them up in my code.. but no-one's perfect. I was hoping to create a utility function to loop through all temp-tables/workfiles and empty each one.
I'd hoped for something like THIS-PROCEDURE:FIRST-TEMP-TABLE but can't seem to find what I need. Any suggestions?
Of course being the good programmer I am, I should always clean them up in my code.. but no-one's perfect. I was hoping to create a utility function to loop through all temp-tables/workfiles and empty each one.
I'd hoped for something like THIS-PROCEDURE:FIRST-TEMP-TABLE but can't seem to find what I need. Any suggestions?