How to remove a parameter set from all the Jobs

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Developer9
Premium Member
Premium Member
Posts: 187
Joined: Thu Apr 14, 2011 5:10 pm

How to remove a parameter set from all the Jobs

Post by Developer9 »

We had a parameter set which is in almost all our jobs and we dont need it anymore, is there a way this can be deleted from all the jobs without going into each individual jobs?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Other than by exporting the project, editing the export file, and re-importing, no.

Before you do that, it would be useful to perform a Where Used analysis on the Parameter Set in question, so that you have a better chance of not missing any.

If you'd like a really crazy way to effect this requirement, create an export file in XML format then write a DataStage job to process it!
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
boolseye
Participant
Posts: 18
Joined: Mon Jul 15, 2013 4:01 am

Post by boolseye »

Do the where-used analysis and identify jobs
export the jobs in dsx and change the param-sets to other local OR env variables.
-----------------
Thanks
Post Reply