initializeFromArgs - Filter Stage

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
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

initializeFromArgs - Filter Stage

Post by harryhome »

Getting error in Filter Stage:

Filter: Error occurred during initializeFromArgs().
Filter: Parse error: Expected 'is' statement ('is true', 'is false') or boolean operator (and, or) got: "-02".
Parse error: Expected 'is' statement ('is true', 'is false') or boolean operator (and, or) got: "-02".
main_program: Creation of a step finished with status = FAILED

next stage is OCI stage and copy stage.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's the value of the WHERE Clause property?
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