How did you reconcile source with target?
Answers were Sorted based on User's Feedback
Answer / ramya
1. Use Show Performance Statitics option, while
running your job.
This will give you records read from source, written to
output link and written to Reject link.
2. If you want job statistics in a file, Call the
DSendJobReport with the argument 2;directorypath in
the "After routine" of the job for which the statistics are
required.
This creates the job log in text format in the
directorypath specified.
This will give you number of records read, written and
rejected. You could write a shell script to format it if
required.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hemachandra
By using DSGetLinkInfo function we can trace out how many
records extracted from source and how many records loaded
into target
| Is This Answer Correct ? | 1 Yes | 0 No |
Describe the architecture of datastage?
how can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction
what is data mapping
what is the difference between datasatge and datastage TX?
job locking methods? How can we unlock the job?
How to convert table data into xml file using xml output stage? please explain step by step;
How to clean the datastage repository?
How To find the location of APT_confid file
What is "fatal error/rdbms code 3996" error?
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
What is the difference between in process and inter process?
what is mapping lookup