You could only handle specific errors in the individual procedures (use whatever exception handlers are appropriate rather than a generic "when others"). Let the other errors propogate up to the function. You can handle them there and decide if processing should continue or stop.
hth,
pr




Reply With Quote