Binary to Interger conversion

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
UPS
Premium Member
Premium Member
Posts: 56
Joined: Tue Oct 10, 2006 12:18 pm
Location: New Jersey

Binary to Interger conversion

Post by UPS »

When attempting to count number of bytes in a derivation, from a field length of 3764 binary to a output column of 68 + Len(INPUT.column) (interger) we are getting the following error. We have attempted using DataStage functions and string in transformer itself.

Error in output column derivation expression for column COUNT in link CBL2031. Invalid conversion requested from a raw to a string.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What particular DataStage functions did you attempt to use?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
UPS
Premium Member
Premium Member
Posts: 56
Joined: Tue Oct 10, 2006 12:18 pm
Location: New Jersey

Post by UPS »

ray.wurlod wrote:What particular DataStage functions did you attempt to use?
A follow up to the initial question, How to count the bytes in a variable length record in a parallel job in v7.5, when the input sequenial file has record level and record type set as varying?
Post Reply