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


Please Help Members By Posting Answers For Below Questions

What are the various kinds of containers available in datastage?

566


What are the various kinds of the hash file?

664


Describe the architecture of datastage?

572


Demonstrate experience in maintaining quality process standards?

1938


Highlight the main features of datastage?

615






how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)

528


Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?

3380


In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name

2013


How to clean the datastage repository?

696


sed,awk,head

970


In Datastage, how you can fix the truncated data error?

640


Explain entity, attribute and relationship in datastage?

635


What is the difference between orabulk and bcp stages?

576


What is datastage?

649


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

1807