why dataset ?
Answers were Sorted based on User's Feedback
Answer / srinivas
Dataset is a file which can be used for stored data as intermediate result.
Compared to other files processing is fast by using the Dataset because its internal format is DataStage support format.
Most of the times we can use this as intermediate data storage.
One added advantage is node system we can use multiple nodes
in dataset.
We have lot of uses by using this file dataset.
In server edition we have hashfile same way in parllel edition we will use DataSet.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the purpose of pivot stage?
What is lookup table?
How a routine is called in datastage job?
I have source like "abcdefghijklmnopqrs", how to change 10th character from j to z in datastage?
What is the difference between server job and parallel jobs?
where we use config file as parameter ?
I HAVE EMP TABLE, 4 COLS R THERE COL1,COL2,COL3,COL4 ID-- 101,102,103,104 SAL-- 1000,4000,2000,5000 DATE-- COLUMN. I WANT TO DISPLAY THE DATA PREVIOUS MONTH HIGEST SAL ?
Name the command line functions to import and export the DS jobs?
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs?
how to export or import the jobs in .ISX file
I have a few records just I want to store each records tow times in target how?