How to Delete Dataset in Datastage parallel 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
nandela.sudheer
Participant
Posts: 39
Joined: Mon May 19, 2008 7:22 am

How to Delete Dataset in Datastage parallel jobs

Post by nandela.sudheer »

How to Delete Dataset in Datastage parallel jobs
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Overwriting a Data Set first deletes it. You can see this happening in the score. You should not need to delete a Data Set from within a parallel job otherwise than this.

If you want to delete a Data Set from, say, a job sequence or the command line on the server, then you use the orchadmin command with appropriate option (rm or delete).

You could have discovered this more quickly with a Search of DSXchange.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

It can be deleted by dataset management utility or orchadmin .
Nag
sureshreddy2009
Participant
Posts: 62
Joined: Sat Mar 07, 2009 4:59 am
Location: Chicago
Contact:

Post by sureshreddy2009 »

use unix command orachadmin datasetname
Suresh Reddy
ETL Developer
Research Operations

"its important to know in which direction we are moving rather than where we are"
Post Reply