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
fareeda_b
Participant
Posts: 48
Joined: Sat Feb 23, 2008 4:25 pm

How to Delete Dataset in Datastage Parallel Jobs?

Post by fareeda_b »

Hi all,
How to Delete Dataset in Datastage Parallel Jobs?
Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Precisely that question has been asked - and answered - previously.

Perhaps you are facing the same interviewer?

Search
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
DWH-M
Premium Member
Premium Member
Posts: 46
Joined: Thu Sep 06, 2007 5:26 am

Post by DWH-M »

In Datastage Manager, Tools -> Data Set Management, you can select the dataset you want to remove and just delete it.
fareeda_b
Participant
Posts: 48
Joined: Sat Feb 23, 2008 4:25 pm

Post by fareeda_b »

Hi DWH-M,
thanks for the reply
i have tried to delete but not able to find delete option in Datastage Manager .(tools...>Dataset management..>)
Could you please help in this
Thanks
sambarand
Premium Member
Premium Member
Posts: 22
Joined: Mon Apr 10, 2006 11:03 am

Post by sambarand »

use the command orchadmin rm <datasetname>
Sam
IBM Global Services
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Try to explore all tabs or icons in dataset management ....or set APT_ORCHHOME and APT_CONFIG_FILE then delete the datasets through orchadmin command.
Nag
dspxlearn
Premium Member
Premium Member
Posts: 291
Joined: Sat Sep 10, 2005 1:26 am

Post by dspxlearn »

Code: Select all

Tools --> Dataset management --> Small window pops up --> select the dataset file which was created  --> Again a small window pops up showing you the nodes name and the segments  --> select each one and hit on the delete button on the top --> Its gone!! :D 
Single try doesn't give results most of the times. :wink:
Thanks and Regards!!
dspxlearn
dspxlearn
Premium Member
Premium Member
Posts: 291
Joined: Sat Sep 10, 2005 1:26 am

Post by dspxlearn »

In fact you posted on a wrong forum!!
Thanks and Regards!!
dspxlearn
ulab
Participant
Posts: 56
Joined: Mon Mar 16, 2009 4:58 am
Location: bangalore
Contact:

Post by ulab »

Starting a Dataset Manager


Choose Tools ► Data Set Management, a Browse Files dialog box appears:
1.Navigate to the directory containing the data set you want to manage. By convention, data set files have the suffix .ds.
2.Select the data set you want to manage and click OK. The Data Set Viewer appears. From here you can copy or delete the chosen data set. You can also view its schema (column definitions) or the data it contains.
Ulab----------------------------------------------------
help, it helps you today or Tomorrow
Post Reply