Job Debugging

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
jaksani
Participant
Posts: 48
Joined: Tue Mar 01, 2011 12:26 am
Location: Hyderabad

Job Debugging

Post by jaksani »

Hi,

I am new to this product, and I would like to debug a parallel job.When I checked with the help file it is mentioned that only server jobs can use debugger tool.Though I created a parallel job is using sequential files.
Please help me.
Thanks & Regards,
Venkat Jaksani
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is an interactive debugger for parallel jobs in the future, but it's not in the product right now. The closest you can get now is to compile in trace mode (which effectively puts a Peek stage onto every link, so you can inspect the Peek outputs to see what data are being processed). In trace mode you can also restrict execution to sequential mode and run only a small number of rows per node.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply