How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
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 |
data stores in which location while using data set stage as the target?
What are the steps required to kill the job in Datastage?
How to reverse the string using unix?
which unix commands mostly used in datastage
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
difference between server shared container and parallel shared container
A signal has a wavelength of 1 micro min in air.how far can the front of the wave travel during 1000periods?
How to find value from a column in a dataset?
options available in sequence job to run,validate?
how to sort two columns in single job in datastage.
How to initialize environment variables?
can we see the data in fixed width file? how can u change the datatype of fixed width files?