There are two file are there .1st file contains 5 records and
2nd file contain 10 records in target they want 50 records.how
can achieve this
Answers were Sorted based on User's Feedback
to the both file we need to add one DUMMY column(value is
like '1', we can use Column generator for this DUMMy column
generation)
then we can JOIN these 2 files based on this DUMMY column.
so, each column of File1 will join with each column of File2
i.e. 5*10= 50 records will come into output.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / datastageboss
The question seems to be incomplte , I am preassuming
that there will be duplicate records in both set of data
on a key say K1
use a join stage , the join type will be full outer join
and key will be K1 ( mentioned above)
At the output link we will receive 5*10 =50 records
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varaprasad rayi
Hi Bharath ,
this is question under datastage also if u have any idea please send me
mailid:rayprasad05@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
use copy stage and funnel stage to make duplicate records.
SEQ>>COPY>>FUNNEL>>TARGET
the solution for this stupid question asked by interviewer:
SEQ>>COPY>>>4links>>>FUNNEL STAGE>>>SEQ.
in seq stage: sed -n '1,50p'
| Is This Answer Correct ? | 0 Yes | 2 No |
If seg file having 10 records ex:eid 1 2 " " 10 if oracle database having 100 records ex:eid 1 2 " " 100 how to delete matched records permenently from oracle database using datastage ?
CHANGE CAPTURE
Explain the ChangeApply stage?
source contains 2 columns comes to target 4 columns how
How do you reject records in a transformer?
Differentiate between hash file and sequential file?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
Does datastage support slowly changing dimensions ?
Why we use parameters instead of hard code in datastage.
Hi This is Vijay, How can your remove the duplicates in sequential File?
15 Answers HCL, Scope International,
What are the benefits of datastage?
How did you reconcile source with target?