Input file one has data as shown below
1
2
3
4
5
6
7
8
Input file two has data like
6
7
8
9
10
11
Design a data stage job which will provide me three output files as shown below:
Output 1
6
7
8
Output 2
1
2
3
4
5
Output 3
9
10
11
Let me know your answers
Answer Posted / suresh
Actually we observe 1st output has common numbers of two inputs,remaining outputs have indiaviduals wrt to input data.
Suppose we validate the application using equivalence partitioning using this approach.
Same as we validate boundary value wrt two inputs can approach this one.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
which r the connectors used in san?
What is the project in datastage?
Why do we use link partitioner and link collector in datastage?
Terminate Activity
How the ipc stage work?
1)How will u implement SCD2 by using surrogate key. 2)What are the disadvantages with surrogate key. 3)How will you handle nulls in your project for the varchar, integer data types. 4)Can I use two fact tables in star schema. 5)3 jobs are running on the 2 nodes after I added one more node so can I compile those jobs to run on three nodes.
How complex jobs are implemented in datstage to improve performance?
how do u catch bad rows from OCI stage? And what CLI stands for?
What is the difference between the local container and shared container?
How can we improve performance of data stage jobs?
What is the difference between in process and inter process?
Explain how a source file is populated?
Nls stands for what in datastage?
What is the difference between odbc and drs stage?
Which commands are used to import and export the datastage jobs?