I have a source table with column name CITY having 100
records,
I want target table with column name start with 'A'
and 'B',remaining columns as reject outputs.
how can achieve this by data stage?please help me?????

Answer Posted / koti

seq---tx----target1
|
|
target2

In Transformer use below constraint for target1.txt

UpCase(DSLink3.Field001) [1,1]= "A" Or UpCase(DSLink3.Field001) [1,1] = "B"

In Transformer use below constraint for target2.txt

tick on otherwise/log

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Remove Duplicate using SQL?

1100


What are the functionalities of link partitioner?

845


What are datastage sequences?

920


Enlist various types of routines in datastage.

933


What is the roundrobin collector?

885


Name the third party tools that can be used in datastage?

876


What is the difference between informatica and datastage?

933


What are the different type of jobs in datastage?

873


What are data elements?

890


i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu

2519


How to read multiple files using a single datastage job if files have the same metadata?

1020


Differentiate between validated and Compiled in the Datastage?

965


1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?

2047


Different ways a project can be moved to production ?...example ….export-import and Version control.

2225


What is usage analysis in datastage?

1092