How you Remove the Dataset in Unix?

Answers were Sorted based on User's Feedback



How you Remove the Dataset in Unix?..

Answer / vinod upputuri

sysntax: orchadmin <delete/del/rm> <datasetname>

EX: orchadmin rm big.ds

Deleting the big.ds dataset.

Is This Answer Correct ?    7 Yes 0 No

How you Remove the Dataset in Unix?..

Answer / dipanjan17

The dataset is written in internal format of datastage.
It stores data in the following form:

Descriptor File --->Data File
***Descriptor File --->Contains the pointer to the data file
***Data File--->Contains the actual data of the dataset
If we delete the descriptor file by using simple unix rm
command then the data file will still exist in the system.

Thus,Dataset is deleted by using an utility Orchadmin

Is This Answer Correct ?    4 Yes 0 No

How you Remove the Dataset in Unix?..

Answer / subhash

Syntax:
Orchadmin delete | del | rm [options] dataset_Name1 …
sataset_NameN
EX:
a. Orchadmin delete EMP1.ds EMP2.ds EMP3.ds
b. Orchadmin rm EMP*.ds

Is This Answer Correct ?    3 Yes 0 No

How you Remove the Dataset in Unix?..

Answer / shivaram

by using orch rmdataset.ds

Is This Answer Correct ?    2 Yes 0 No

How you Remove the Dataset in Unix?..

Answer / rk

Using rm command we canm remove the dataset in unix

syntax:
rm xyz.ds

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More Data Stage Interview Questions

Hi Gus, Can u pls tell me How can u Call the Shell Scripting/Unix Commands in Job Sequence?

3 Answers   IBM,


What r the existing server jobs in parallalism?

0 Answers   ITC Infotech,


how to abort the job its matain duplicates?

0 Answers   TCS,


What are the functionalities of link collector?

0 Answers  


Differentiate between validated and Compiled in the Datastage?

0 Answers  






Where do the datastage jobs get stored?

0 Answers  


How to create a doccument in datastage?

1 Answers   Cap Gemini,


DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks

0 Answers  


AGGREGATOR default datatype

0 Answers   CTS,


IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?

3 Answers   Infosys,


What is the difference between orabulk and bcp stages?

0 Answers  


What is ibm datastage?

0 Answers  


Categories