DataStage Job 62 Phantom 27651

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
nchincholikar
Participant
Posts: 21
Joined: Sun Jul 18, 2004 11:32 pm

DataStage Job 62 Phantom 27651

Post by nchincholikar »

Hi Everybody,
can anybody tell me why I'm getting this error ?

DataStage Job 62 Phantom 27651
Program "JOB.656555515.DT.1362481236.TRANS1": Line 187, Nonnumeric data when numeric required. Zero used.


Thanks in Advance,
Narendra
sudharsanan
Participant
Posts: 64
Joined: Fri Jul 16, 2004 7:53 am

Post by sudharsanan »

Hi Narendra,

From the Error Message

"DataStage Job 62 Phantom 27651
Program "JOB.656555515.DT.1362481236.TRANS1": Line 187, Nonnumeric data when numeric required. Zero used. "

It shows that your using a Non-numberic data when Numeric is requried.. have you checked the data.. was there any non-numeric data present in the input.. also while posting please give us some more inputs about what you are doing in this job.. wht is the source and wht is the transoformation and the target.. so that we can understand your problem?..please provide some more info about the issue...
Thanks
Sudharsanan A N
Developer
Covansys India Pvt Ltd
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

In your project, you will find the dir called RT_BP62 and a file called JOB.656555515.DT.1362481236.TRANS1 under it. Line 187 in this file has the command / action that raises this error. You may have to check +/- 5 lines to locate the exact line.

General causes are initialisation of your staging variables.
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Hi Sainath,


Where is this dierectory RT_BP62 found ? what does this RT_BP62 indicate?

Thank you very much,
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The directory RT_BP62 will exist in Narendra's account but might not exist in yours (as you create new jobs the number gets incremented). The RT_BP subdirectory is underneath the project directory; it contains the generated BP (Basic Program) code from DataStage.
rgandra
Premium Member
Premium Member
Posts: 49
Joined: Mon Aug 02, 2004 9:31 am
Contact:

Post by rgandra »

Narendra,

Check the if and else staments in the transformer. I think, somewhere you are missing else clause.

Check the first tranformer in your job as mentioned in the error. If you are not using if else clauses let me know what ru doing.


-sandeep
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Thank you very much Arnd. :D
Post Reply