Warning with CFF 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
vijaykumarpj
Participant
Posts: 30
Joined: Sat Dec 19, 2009 5:19 am
Location: Manchester, UK

Warning with CFF Stage.

Post 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.
Thanks,
VJ.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What is the exact COBOL data type and the DataStage Datatype into which it is going?
vijaykumarpj
Participant
Posts: 30
Joined: Sat Dec 19, 2009 5:19 am
Location: Manchester, UK

Post 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.
vivekgadwal
Premium Member
Premium Member
Posts: 457
Joined: Tue Sep 25, 2007 4:05 pm

Post by vivekgadwal »

Also, what is the NLS?
Vivek Gadwal

Experience is what you get when you didn't get what you wanted
arunkumarmm
Participant
Posts: 246
Joined: Mon Jun 30, 2008 3:22 am
Location: New York
Contact:

Post by arunkumarmm »

Also check whether the 'Usage' of that field is defined as 'COMP'
Arun
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply