how to replace integer with numeric in all the jobs/few jobs

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
RAJEEV KATTA
Participant
Posts: 103
Joined: Wed Jul 06, 2005 12:29 am

how to replace integer with numeric in all the jobs/few jobs

Post by RAJEEV KATTA »

I have a scenario where in I need to replace integer datatype fields with numeric datatype.I thought to replace it from schema file but in the backend for integer its int32 and for numeric its decimal[p,s].All the fields have different lengths so I can't do that.Is there any way where in we can replace just integer in the jobs with numeric or is there any tool which can do that.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Such global actions can often be done by editing a .dsx export file and using macros or other tools to make the necessary changes. Note that this could potentially destroy a project, so needs to be done carefully and with backup of the existing project contents.
Post Reply