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 |
How many Key we can define in remove duplicate stage?
What are the partition techniques available in your last project?
What are the types of jobs we have in datastage?
I have a few records all are same structures data, I want to store data in multiple targets how?
How to create user defined environment varibale(parameter)?
What are the functionalities of link partitioner and link collector?
Define meta stage?
What all the types of jobs you developed?
What are the various kinds of the hash file?
How to implement complex jobs in data stage?
In my project source data comes from MAINFRAME in files.so,This time data is coming as a binary file...I know for binary data we use Complex flat file stage..I have used it also..but on 'view data' data is not coming correctly..as it in MAINFRAME.give me some ideas..
What are the functionalities of link collector?