PDA

View Full Version : Program dumps for a procedure



Guest.Visitor
09-05-2002, 07:25 AM
I have a procedure that is envoked through a nightly process, and the procudure errored out. Our operators dumped the job, but when I go in to look at the problem, there isn't anything like a normal dump. Is there a way to compile the module differently or something to include in the code in an 'H' spec that will give more info when it is dumped? This will make it very difficult to track the errors in our new procs, so I hope I just misssed a step. Thanks Trevor

David Abramowitz
09-05-2002, 07:25 AM
Your operators more than likely responded to the error message with an "S" rather than with a "D". This produces a System dump, as opposed to a Program dump. See if you can duplicate the error, and respond to the message with a "D". Dave