Phantom 2892 warning

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
arasan
Participant
Posts: 44
Joined: Wed Nov 30, 2005 3:54 am
Contact:

Phantom 2892 warning

Post by arasan »

I am getting this Phantom warning can any one suggest me how to get rid of it..........


DataStage Job 1095 Phantom 2892
Program "JOB.166157985.DT.1400823392.TRANS1": Line 376, Division by zero, zero returned.
Program "JOB.166157985.DT.1400823392.TRANS1": Line 377, Division by zero, zero returned.
Program "JOB.166157985.DT.1400823392.TRANS1": Line 378, Division by zero, zero returned.
Program "JOB.166157985.DT.1400823392.TRANS1": Line 379, Division by zero, zero returned.
Program "JOB.166157985.DT.1400823392.TRANS1": Line 380, Division by zero, zero returned.
Program "JOB.166157985.DT.1400823392.TRANS1": Line 381, Division by zero, zero returned.
Program "JOB.166157985.DT.1400823392.TRANS1": Line 376, Division by zero, zero returned.
Program "JOB.166157985.DT.1400823392.TRANS1": Line 377, Division by zero, zero returned.
maheshsada
Participant
Posts: 69
Joined: Tue Jan 18, 2005 12:15 am

Post by maheshsada »

Check in the transformer of your job, You are trying to divide some variable with zero, check the rows fetched by the source
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Look in the file RT_BP1095/JOB.166157985.DT.1400823392.TRANS1 on your server around about the line numbers indicated. Identify the corresponding expressions in your Transformer stage, and add If functions to make sure that zero-valued divisors are properly handled.
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