DataStage Job Phantom Warning

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Mun
Charter Member
Charter Member
Posts: 33
Joined: Tue May 02, 2006 10:02 am

DataStage Job Phantom Warning

Post by Mun »

I am having warning issues when my datastage job is finished running.
I checked the number of rows from source and it matches number of rows in target. I am using a variable in the job. That is probably why it says "variables" has been cleared. What should I do to not have those warning issued?

DataStage Job 119 Phantom 23748
File "variables" has been cleared.
File "variables" has been cleared.
File "variables" has been cleared.
File "variables" has been cleared.
File "variables" has been cleared.
File "variables" has been cleared.
DataStage Phantom Finished

I've reset the job and reran it. However, it is still giving those warnings.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That text usually relates to the clearing of a hashed or directory-type file. Find a CLEAR.FILE command somewhere in you job or in a routine executed from it.
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