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
nandela.sudheer
Participant
Posts: 39
Joined: Mon May 19, 2008 7:22 am

RCP

Post by nandela.sudheer »

I have the requirement to write a job which will run and read form any table given as parameter and will write it to a any table given as parameter.

So i have decided it to implement through RCP. RCP enabled in Datastage Admin and Job level also.

And is there any better way to implement this type of requirement.
Where the number of columns may get change according to table name.

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

Post by ray.wurlod »

Resist stupid requrements!

If you could do every transfer with the same DataStage job, there wouldn't be much work around, would there? There will be occasional differences (for example different databases' ways of handling BLOBs) that will require variations on your theme.
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