How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?



How to LOG 'unmatched Master' records and 'Reject Updates' in log files using ME..

Answer / subbuchamala

by setting below option in MERGE stage, we can log 'unmatched Master' records and 'Reject Updates' in log files:

1. Warn on Rejected Updates=TRUE
--->True to generate a warning when bad records from any update links are rejected.
2. Warn on Unmatched Masters=TRUE.
--->True to generate a warning when there are unmatched rows from the master link.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Data Stage Interview Questions

How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...

0 Answers   Alpharithm Technologies,


IS FILE SET CAN SUPPORT I/P AND O/P LINK AT A TIME?

1 Answers  


how to validate the jobs

2 Answers   IBM,


hi this is kiran i have one table i want divide the table with two different table like even rows and odd rows how can i do this one tell me plzz

4 Answers  


Is the value of staging variable stored temporarily or permanently?

0 Answers  






IN SEQUENTIAL FILE,I HAVE DATA LIKE THIS EID,ENAME 11,AA 11,CC 22,DD 33,EE 22,AA 22,BB 22,CC 11,BB THEN i SELECT perform sort ON eid,uncheck both unique,stable AND I CHOOSE hash SORTING.WHAT IS THE OUTPUT I CAN GET.what happend if i select UNIQUE,STABLE. PLEASE EXPLAIN HOW THE RECORDS DISPLAY AT TARGET.

1 Answers  


in datastage scenario this is sourec data i want this traget? tell me please? source target ------- ------- Mohan,Prasad,Naresh Mohan Prasad Naresh

1 Answers   IBM,


To see hidden files in LINIX?

0 Answers   CTS,


How to reverse the string using SQL?

0 Answers   CTS,


What is the difference between informatica and datastage?

0 Answers  


How can u write exception handling in seq file????

2 Answers   IBM,


Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.

3 Answers   Cognizant, UHG,


Categories