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
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
what is use of SDR function?
How to convert RGB Value to Hexadecimal values in datastage?
how to delete one row in target dataset
How to implement complex jobs in data stage?
Differentiate between hash file and sequential file?
What is ds designer?
How can one find bugs in job sequence?
What is a merge in datastage?
How to read multiple files using a single datastage job if files have the same metadata?
What is the difference between passive stage and active stage?
Can you highlight the main features of ibm infosphere information server?
What are the functionalities of link partitioner?
What is the difference between odbc and drs stage?
How will you move hashed file from one location to another location?