how can we send even and odd records from a sequential file
to two different targets
Answer Posted / govind reddy
In Transformation level
even records-mod(empno,2=0)
odd records-mod(empno,2!=0)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define Job control?
What is orabulk stage?
Notification Activity
What is a folder? Difference types of stages?
Demonstrate experience in maintaining quality process standards?
What is the use of hoursfromtime() function in transformer stage in datastage?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
How do you run datastage job from the command line?
How to implement complex jobs in data stage?
how do u catch bad rows from OCI stage? And what CLI stands for?
Different ways a project can be moved to production ?...example ….export-import and Version control.
How do you register plug-ins?
What is the difference between informatica and datastage?
How do you import and export data into datastage?