Page 1 of 1

Datastage job phantom warning

Posted: Thu Aug 07, 2008 4:20 am
by Ranjith
Am getting the following datastage phantom warning, kindly help me in solving this issue, the warning message in director is as given below,

DataStage Job 686 Phantom 16454
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
Program "DSU.NB": Line 2, Variable "Arg1" previously undefined. Empty string used.
DataStage Phantom Finished

Posted: Thu Aug 07, 2008 4:41 am
by sankarguru
Hi,

Just try to assign any value to ARG1 before using.lets see hw its work.

Posted: Thu Aug 07, 2008 4:45 am
by Ranjith
sankarguru wrote:Hi,

Just try to assign any value to ARG1 before using.lets see hw its work.

Am not using anything like ARG1 in my job.............

Posted: Thu Aug 07, 2008 4:48 am
by sankarguru
Are u using routine in ur job?

Posted: Thu Aug 07, 2008 5:08 am
by naveen19
sankarguru wrote:Hi,

Just try to assign any value to ARG1 before using.lets see hw its work.
Hi,

This error which occurs when the datastage engine run when the job has been stopped ,better to get the process id and kill that in the unix box and restart the job again..

Regards..Naveen.K

Posted: Thu Aug 07, 2008 5:39 am
by ray.wurlod
You are using ARG1 in your routine called NB. But, when invoking that routine, you are not passing any actual value to it.

Posted: Thu Aug 07, 2008 6:27 am
by Ranjith
ray.wurlod wrote:You are using ARG1 in your routine called NB. But, when invoking that routine, you are not passing any actual value to it. ...
Thanks to everyone for your suggetions....the problem is solved...
In NB function, ARG1 was getting some empty values...thts the reason.....

Posted: Thu Aug 07, 2008 6:56 am
by chulett
Which is exactly what the error message told you. :wink:

Please mark the topic as Resolved using the button at the top of the screen.