"Expected Identifier error" in Px job

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
abhishekachrekar
Participant
Posts: 45
Joined: Wed May 02, 2007 8:30 am
Location: Prague, Czech Republic

"Expected Identifier error" in Px job

Post by abhishekachrekar »

Hi,

I am getting the following error in a Px job:
APT_CombinedOperatorController,1: Expected identifier; got: "2003"

Does anyone know how to resolve this error?
I couldnt find a solution for this in the existing posts.

In the job I am doing a join between 2 sequential files. After the join I have done Null Handling in a transformer. This transformer is followed by another transformer which does the mapping of input to the output schema.

Regards,
Abhishek
abhishekachrekar
Participant
Posts: 45
Joined: Wed May 02, 2007 8:30 am
Location: Prague, Czech Republic

Post by abhishekachrekar »

I got the reason for this error.

In the trasnformer where mapping is done, I have used a function IsValid to check if a date is valid.
If I remove this function then the job runs fine.

Regards,
Abhishek
Regards,
Abhishek
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No you have not got the reason, you have removed a cause. I suspect that the reason was an unquoted date.
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