error

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
bobby
Participant
Posts: 86
Joined: Mon Jul 19, 2004 8:31 pm

error

Post by bobby »

Hi frnds,
I am getting this error i have hard code my effective date in Transformer
'2500-01-01 00:00:00' as i am trying to convert this effective date
with the end date i saw this error ,My end date is in DSJOBSTARTdate
when i am using IF DSLink10.DIM_FWFM_JOB_KEY <> DSLink4.DIM_FWFM_JOB_KEY then DSLink4.END_DT else DSLink4.EFF_DT
then this error comes (plz inform if u guys understand what is am trying to say)
DataStage Job 1399 Phantom 22463
Program "JOB.769250073.DT.1337842651.TRANS1": Line 239, Nonnumeric data when numeric required. Zero used.
Thanks
Bobby
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
What is the data type of the target field and input field?
Are you using any routine/function in transformer for converting input date value?


Ketfos
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
DataStage Job 1399 Phantom 22463
Program "JOB.769250073.DT.1337842651.TRANS1": Line 239, Nonnumeric data when numeric required. Zero used.
means that if you'll look in the RT_BP1399 directory in your project directory you'll find the basic code of your compiled job transformer (named "JOB.769250073.DT.1337842651.TRANS1"), in it at line 239 is the exact expression that had the error.
to get the exact colum name search in the beginning of the file for the related symbol to the expression at line 239.
after doing this you'll have the exact column name and you still need to find why it had the unexpected value in it.
it could be due to having the wrong table definition or garbage data or some other odd reason.

Good Luck,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
bobby
Participant
Posts: 86
Joined: Mon Jul 19, 2004 8:31 pm

Post by bobby »

Hi,
its date type format
Thanks,
Bobby
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you read my response to your original post on this topic, you will note that I told you what you were doing wrong, and predicted that this error message would appear.
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