Page 1 of 1

debuggin

Posted: Sat Jan 05, 2008 12:39 am
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.

Posted: Sat Jan 05, 2008 2:02 am
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.