Answer Posted / 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 |
Post New Answer View All Answers
What is a merge in datastage?
How to clean the datastage repository?
what is the use of surogate key in datastage
How do u convert the columns to rows in datastage?
Can you highlight the main features of ibm infosphere information server?
Differentiate between data file and descriptor file?
What are datastage sequences?
How rejected rows are managed in datastage?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
What is the difference between server job and parallel jobs?
What are the main features of datastage?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
Highlight the main features of datastage?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
Why do you need stage variables?