debuggin

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

debuggin

Post by just4u_sharath »

i would like to debug my job while running(or after) row by row. Can i do this in datastage. I dont know how to debug . relatively new to datastage. please help me. If this is found in document, please give me the location of that in the document.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is no interactive debugger available for parallel jobs (though there is one for server jobs).

You can compile the parallel job in trace mode, set on the Execution tab of job properties where you can also set a row limit per node, then run the job and examine a trace of column values handled by a run that processes only a small number of rows.

You could also introduce Peek stages onto any link to capture a sample of rows.
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