Filter stage fatal error

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
prams
Participant
Posts: 73
Joined: Mon Apr 02, 2007 11:26 pm

Filter stage fatal error

Post by prams »

Hi All,

In one of my job i am using the filler stage to filter the rows based on the charater value.

but it is giving fatal error like this.
"Parse error: Expected comparison operator ('>', '<', ...) after literal, got: <eof>.
Parse error: Expected comparison operator ('>', '<', ...) after literal, got: <eof>.
Parse error: Expected comparison operator ('>', '<', ...) after literal, got: <eof>."

can any one help me in this regard.

Thanks in Advance
Pagadrai
Participant
Posts: 111
Joined: Fri Dec 31, 2004 1:16 am
Location: Chennai

Re: Filter stage fatal error

Post by Pagadrai »

prams wrote:In one of my job i am using the filler stage to filter the rows based on the charater value.
How are you filtering the records in the stage.
What is the syntax you have used?
There could be some problem with that.
Post Reply