compilation 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
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

compilation error

Post by veera24 »

hi all,
Am getting the following error during compilation

"Compiling: Source = 'RT_BP2912/JOB.1080363902.DT.1478852905.TRANS3', Object = 'RT_BP2912.O/JOB.1080363902.DT.1478852905.TRANS3'

********************************************************************************************************************************************

0293 $DEFINE Pin%%V11S0P4.Column%%24 STAGECOM

^

End of File unexpected, Was expecting: Assignment Operator

1 Errors detected, No Object Code Produced.

(test0626.Xfr)


"



dont know how to resolve this. pls. help me out what might be the error for this and how to resolve the same.

Your time ll be highly appreciated...


Thanks in advance...
veera...
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

You've got a syntax error in one of your Transformer stages. It could a line with a trailing = sign, or a missing quote, or use of a reserved keyword.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Or the disk where your project is installed has become full.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Especially considering this other problem they have posted:

viewtopic.php?t=120106
-craig

"You can never have too many knives" -- Logan Nine Fingers
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

kcbland wrote:You've got a syntax error in one of your Transformer stages. It could a line with a trailing = sign, or a missing quote, or use of a reserved keyword. ...
I couldn't get your point. Could you pls. elaborate and especially about the reserved key words?

Your time ll be highly appreciated...


Thanks in advance...
veera...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's not actually relevant. Your disk was full, and that's why DataStage could not create a new file/table.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

ray.wurlod wrote:It's not actually relevant. Your disk was full, and that's why DataStage could not create a new file/table. ...
thanks a lot ray. It was the same problem you have mentioned.

Thanks again...
Thanks in advance...
veera...
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

ray.wurlod wrote:It's not actually relevant. Your disk was full, and that's why DataStage could not create a new file/table. ...
thanks a lot ray. It was the same problem you have mentioned.

Thanks again...
Thanks in advance...
veera...
Post Reply