How to change metadata datatype in Job using RCP

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
G_rajeshk
Participant
Posts: 3
Joined: Wed Jan 10, 2007 6:48 pm

How to change metadata datatype in Job using RCP

Post by G_rajeshk »

Hi,

In my Job design I am using run time column propogation (RCP). The job design is simple...But it uses "Run Time Column Propogation"

Job design : DB2 Table ---> Transformer ----> Sequential File

I want to change the Data type will loading Data into File stage?

Is it possible with Runtime column propagation? Please suggest.

Thanks
Raj
Thanks and Regards,
Rajesh Gopalsamy
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You cannot make any change without naming the column involved.

That does not preclude you from using RCP for other columns, of course.

If the data type change can be implicit, then a Copy stage is the simplest solution.

If you want a more generic design, make use of the fact that a specification in a Modify stage can be completely parameterised.

Or you can use an appropriate function applied to an explicitly-named column in a Transformer stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply