How you Remove the Dataset in Unix?
Answers were Sorted based on User's Feedback
sysntax: orchadmin <delete/del/rm> <datasetname>
EX: orchadmin rm big.ds
Deleting the big.ds dataset.
Is This Answer Correct ? | 7 Yes | 0 No |
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 |
Answer / rk
Using rm command we canm remove the dataset in unix
syntax:
rm xyz.ds
Is This Answer Correct ? | 0 Yes | 10 No |
What are transforms and what is the differenece between routines and transforms?
What are system variables and sequencers in datastage
Different ways a project can be moved to production ?...example ….export-import and Version control.
What are the steps needed to create a simple basic datastage job?
whats relation between configuration file and datasets?
What is the precedence of stage variables,derivations, and constraints?
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.
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.
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...
WHAT ARE THE STAGES U WILL USE IN IMPLEMENTING SCD2/DATE FIELD
what are the errors,warnings in datastage
What is the difference between passive stage and active stage?