Datastage job phantom 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
Ranjith
Premium Member
Premium Member
Posts: 4
Joined: Tue Sep 26, 2006 10:35 pm
Location: Bangalore

Datastage job phantom warning

Post 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
Thanks & Regards,
Ranjith
sankarguru
Participant
Posts: 6
Joined: Thu Aug 07, 2008 12:49 am
Location: Chennai

Post by sankarguru »

Hi,

Just try to assign any value to ARG1 before using.lets see hw its work.
Ranjith
Premium Member
Premium Member
Posts: 4
Joined: Tue Sep 26, 2006 10:35 pm
Location: Bangalore

Post 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.............
Thanks & Regards,
Ranjith
sankarguru
Participant
Posts: 6
Joined: Thu Aug 07, 2008 12:49 am
Location: Chennai

Post by sankarguru »

Are u using routine in ur job?
naveen19
Participant
Posts: 52
Joined: Tue Mar 06, 2007 9:08 am
Location: India
Contact:

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Ranjith
Premium Member
Premium Member
Posts: 4
Joined: Tue Sep 26, 2006 10:35 pm
Location: Bangalore

Post 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.....
Thanks & Regards,
Ranjith
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply