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

What are transforms and what is the differenece between routines and transforms?

0 Answers  


What are system variables and sequencers in datastage

0 Answers  


Different ways a project can be moved to production ?...example ….export-import and Version control.

0 Answers  


What are the steps needed to create a simple basic datastage job?

0 Answers  


whats relation between configuration file and datasets?

2 Answers   L&T, Wipro,


What is the precedence of stage variables,derivations, and constraints?

0 Answers  


Hi guys, In sequencer job, we have 3 sources, in that 1st source have some records, Here requirement is 1st source records are 100 then only run the job otherwise total job will abort... How to calculate this. please design the job. Thanks.

1 Answers   IBM,


i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.

4 Answers   Wipro,


Hi , Can anyone give few examples of scenarios and there corresponding design in datastage..i am new to this tool...confused in design while my manager asking to design the job.. Please post the URL if there..so i can go through it.. Thanks in advance...

0 Answers   UHG,


WHAT ARE THE STAGES U WILL USE IN IMPLEMENTING SCD2/DATE FIELD

8 Answers   L&T,


what are the errors,warnings in datastage

0 Answers   Syntel, Wipro,


What is the difference between passive stage and active stage?

0 Answers  


Categories