ename like ibm,tcs,hcl need display those records only how?

Answers were Sorted based on User's Feedback



ename like ibm,tcs,hcl need display those records only how?..

Answer / varma

Using filter or Transformer

Is This Answer Correct ?    1 Yes 1 No

ename like ibm,tcs,hcl need display those records only how?..

Answer / prasad

If the source is Oracle,or any Rdbms then use the 'where
clause' option in the 'available properties to add' tab
other wise we can done using 'filter or transformer'

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Data Stage Interview Questions

Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC

1 Answers   CTS,


I have Seq file, I don't want 10, 11th(or any two records like 20, 30th records ) records in the output

6 Answers   TCS,


Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .

2 Answers  


why do we need a datawarehouse when we have databases to store data?

1 Answers   L&T,


How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?

1 Answers   Infosys, TCS,


How did you reconcile source with target?

2 Answers   HP,


how can i get 2nd highest salary in datastage?can u send me ,thanQ 2)if i had source has 2 records 1st record ie 1st column contains 1,2,3 and 2nd coulmn contains 10,10,10 i have to get target as 2nd columns as 20,30,40 how can i?

3 Answers   Accenture,


With out using Funnel Stage, how to populate the data from different sources to single target

12 Answers   Wipro,


What are some prerequisites for datastage?

1 Answers  


how can you generate sequence number using only the sequential file stage?

3 Answers   TIAA CREF,


Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?

1 Answers   IBM,


How to convert table data into xml file using xml output stage? please explain step by step;

2 Answers   IBM,


Categories