Modify:conversion of Integer to LongVarBinary

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
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Modify:conversion of Integer to LongVarBinary

Post by clarcombe »

I am using a shared container which requires a longvarbinary as a parameter. The underlying value is an int64 or int32

How can I convert this to longvarbinary as there seems to be now raw_from_decimal or int32.

Do I have to go via a string first ie. raw_from_string (string,raw)

My job is generic so I can't use a transformer.

Thanks in advance
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
Post Reply