5) A file contains 10 (1-10) I want trgt like
Trgt 1 trgt 2 trgt 3
1 2 3
4 5 6
7 8 9
10
Answer Posted / venkatesh
the flow will be like this
source---->transformer----->t1
--------->t2
----------->t3
in transformer create a stage variable which holds the value
of mod(id,3) for instance it will be like this
mod(ds.link2.inputrow id,3) |stgvar
______________________________________________|__________
|
use this stage variable in constraint as
ds.link4 stgvar=1
ds.link5 stgvar=2
ds.link6 stgvar=0
connect the input to the output in transformer
u will get the desired output
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are stage variables?
How you can fix the truncated data error in datastage?
What is usage analysis in datastage?
How we can covert server job to a parallel job?
What all are the different way to run a job?
How can we improve the performance in datastage?
Have you have ever worked in unix environment and why it is useful in datastage?
Can you highlight the main features of ibm infosphere information server?
What is ibm datastage?
How many types of hash files are there?
What is a ds designer?
What are the job parameters?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
How to perform incremental load in datastage?
What are the some differences between 7.x and 8.x version of datastage?