Parsing errors

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
jaganmo
Participant
Posts: 7
Joined: Wed Jan 28, 2009 4:40 pm

Parsing errors

Post by jaganmo »

Hello:

When I try to parse the decimal values through Transformer stage while retrieving the rows from CFF stage, I am getting the following error.

APT_CombinedOperatorController,1: Parsing parameters "" for schema type "decimal": Expected precision; got: <eof>

Please advise.
Regards,
Jaganmohan.R
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Appears that last semicolon is missing.
jaganmo
Participant
Posts: 7
Joined: Wed Jan 28, 2009 4:40 pm

Post by jaganmo »

I just worked on this issue by using Isvalid function. When the type string is numeric and value string is numeric then this warning will not appear. But when the type string is decimal and the value string doesn't have any precision, this warning appears.

Warning Message: "APT_CombinedOperatorController,0: Parsing parameters "" for schema type "decimal": Expected precision; got: <eof>
"
Regards,
Jaganmohan.R
Post Reply