Page 1 of 1

Warning with CFF Stage.

Posted: Tue Aug 17, 2010 4:25 am
by vijaykumarpj
I am getting a Warning while reading CFF stage in the log.

"When Validating input schema at field " F5750501" in the link field conversion possible range limitation"

Where F5750501 is Field with Binary-4 and this is ODO (Occur Depending On) field. This lies values between (0-950)

Could you please help me to get rid of this Warning.

Thanks in advance.

Posted: Tue Aug 17, 2010 4:31 am
by ArndW
What is the exact COBOL data type and the DataStage Datatype into which it is going?

Posted: Wed Aug 18, 2010 11:29 pm
by vijaykumarpj
The Input to CFF (F5750501) is Binary(4) and it is converting to Smallint(4).
Please, let me know if you need any additional details.

Posted: Thu Aug 19, 2010 3:23 pm
by vivekgadwal
Also, what is the NLS?

Posted: Thu Aug 19, 2010 4:16 pm
by arunkumarmm
Also check whether the 'Usage' of that field is defined as 'COMP'

Posted: Thu Aug 19, 2010 5:44 pm
by chulett
What Arnd wanted to know was the exact, original COBOL "PICTURE" clause for the field, and we're guessing from the Binary(4) bit it is some kind of COMP-1 field. Can you confirm, please?