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
Luk
Participant
Posts: 133
Joined: Thu Dec 02, 2004 8:35 am
Location: Poland
Contact:

Warning:

Post by Luk »

Hi!

I have got following warning:
DataStage Job 80 Phantom 15479
Program "JOB.526962533.DT.1361844072.TRANS3": Line 157, Variable previously undefined. Zero length string used.
What does it mean??

Regards
LUK
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Luk,

this error used to be in every job (a known issue at Ascential) but has since been fixed.

Look at your TRAN3 transformer - are you using stage variables before you assign them? Are you doing any transforms? If so, check them for validity and if you still don't find the error then start removing the transforms temporarily in order to narrow down the error. It is highly likely that the error is in your programming and not in the DS code generation.
arun_im4u
Premium Member
Premium Member
Posts: 104
Joined: Mon Nov 08, 2004 8:42 am

Post by arun_im4u »

I got the similar kind of error once, but couldnt solve it. I had to redo that particular job again and then it worked fine.
Post Reply