Compilation problem

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
anilkona
Participant
Posts: 50
Joined: Mon Nov 15, 2004 6:18 pm

Compilation problem

Post by anilkona »

I am trying to compile a job and I get this error. I am not able to make anything out of this error message. Any ideas?

Compiling: Source = 'RT_BP12/JOB.1493257848.DT.1348733279.TRANS1', Object = 'RT_BP12.O/JOB.1493257848.DT.1348733279.TRANS1'
********************************************************************************************************************************************************
0462 $DEFINE Pin%%V0S2P1.Column%%94 STAGECOM.ARR(95)
^
End of File unexpected, Was expecting: Assignment Operator

1 Errors detected, No Object Code Produced.
(PaymentsLoad.Payments_Transformer)



Thanks for your time
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Ok, so go to your first transform and is anything in red? This would be in one of your output column definitions...
anilkona
Participant
Posts: 50
Joined: Mon Nov 15, 2004 6:18 pm

Post by anilkona »

No. There is nothing in red.

Thanks
chucksmith
Premium Member
Premium Member
Posts: 385
Joined: Wed Jun 16, 2004 12:43 pm
Location: Virginia, USA
Contact:

Post by chucksmith »

You should not be getting an end of file error at this line. It is generally in the middle of the generated code. I would export the job design, then import it and recompile to see what happens. Is the job design complete, or did you just hit the compile icon?
dsxuserrio
Participant
Posts: 82
Joined: Thu Dec 02, 2004 10:27 pm
Location: INDIA

Post by dsxuserrio »

Check your job control section. I think there is a mistake in your BASIC code.

Can you post what you have in your job control page??
dsxuserrio

Kannan.N
Bangalore,INDIA
anilkona
Participant
Posts: 50
Joined: Mon Nov 15, 2004 6:18 pm

Post by anilkona »

I saved this job with a new name and compiled the new job. I was able to compile it without any problem.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The error message suggests that the generated source code file (RT_BP12/JOB.1493257848.DT.1348733279.TRANS1) has been truncated by something (such as an operating system disk bad spot, disk utility, etc.)
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