How to delete datasets created?

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
deepag
Participant
Posts: 5
Joined: Wed Jul 11, 2012 9:18 am

How to delete datasets created?

Post by deepag »

How to delete datasets created in Datastage parallel extender jobs?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

From the Director utility "Data set management" or from the command line using "orchadmin rm <dataset>". Deleting the dataset descriptor file won't delete the data files but just cause them to be orphaned and use up disk space.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Data Set Management is also available from the Designer client's menu.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ssreeni3
Participant
Posts: 29
Joined: Fri May 18, 2012 1:35 am

Post by ssreeni3 »

Hi Experts,

I didn't use Command Line sofar.What is the Command Line?Where should we find out?

Thanks in advance,
sreeni
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The command line is "orchadmin rm {dataset descriptor}". The documentation describes the "orchadmin" command and its options.
ssreeni3
Participant
Posts: 29
Joined: Fri May 18, 2012 1:35 am

Post by ssreeni3 »

Hi ArndW,

Thanks for the reply.

---Sreeni
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Technically, the command line is where you run the orchadmin (and many other) functions. This might help if the concept is new to you.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply