4)
source target
c1 c1 c2 c3
c2 c4 c4 c5
c3 c6 c7
c4
c5
c6
c7
please send me answer this question my mail
1. SRC---->TFM---->TGT1,TGT2,TGT#
If source is seq file add the ROW NUM column also.
If source is Oracle select ROWNUM column also.
then our input look like this:
C1 1
C2 2
C3 3
c4 4
c5 5
c6 6
c7 7
in TFM,
put below condition for each target link.
TGT1--->MOD(ROWNUM,3)=1
TGT2--->MOD(ROWNUM,3)=2
TGT3--->MOD(ROWNUM,3)=0
| Is This Answer Correct ? | 6 Yes | 0 No |
1.When did 8.1 parallel came into existence? 2.What is the difference between 7.5 and 8.1?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
how can we create tables in datastage?
CAN WE DO HALF PROJECT IN PARALLEL JOBS AND HALF PROJECT IN SERVER JOBS?
Wat is pre-load in Hashed file
What are datastage sequences?
how can you generate sequence number using only the sequential file stage?
How to reverse the string using unix?
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
What is the difference between lookup and sparse lookup?
why we use parameters instead of hard code in datastage
Scenario : I have 2 jobs say job A and Job B with parameters x and y respectively. I need to create a sequence job. If we pass parameter x then Job A should run, If we pass parameter y then Job B should run, if we dont pass any parameter then Both Job A & B should run.