Answer Posted / 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 |
Post New Answer View All Answers
What is the method of removing duplicates, without the remove duplicate stage?
What is meta stage?
How to RD using transformer?
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
How do you import and export data into datastage?
Different ways a project can be moved to production ?...example ….export-import and Version control.
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
Highlight the main features of datastage?
how to add a new records into source?
How to perform incremental load in datastage?
Name the command line functions to import and export the DS jobs?
In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name
Difference between ‘validated ok’ and ‘compiled’ in data stage?
How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)