How did you reconcile source with target?

Answers were Sorted based on User's Feedback



How did you reconcile source with target?..

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

How did you reconcile source with target?..

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

Post New Answer

More Data Stage Interview Questions

Hi friends If anybody completed datastage 8.5 certification.Could please guide me what are the topics new in 8.5 certification.

2 Answers  


What are the environmental settings for data stage,while working on parellel jobs?

2 Answers   Satyam,


Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.

6 Answers   IBM,


can we half project in parallel jobs and half project in server jobs?

4 Answers   Infosys, L&T,


whats difference between ls -ltr and ls -lrt?

5 Answers   L&T,






i/p o/p1 o/p2 1 1 4 1 1 5 1 1 6 2 2 2 2 2 2 3 3 4 5 6 how to populates i/p rows into o/p1&o/p2 using datastage stages?and also the same scenario using sql?

8 Answers   IBM,


What is the purpose of pivot stage and types of containers in datastage

0 Answers  


What is the use of hoursfromtime() function in transformer stage in datastage?

0 Answers  


Can you explain link buffering?

0 Answers  


i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?

4 Answers   L&T,


EXPLAIN SCD

0 Answers   CTS,


Source flat file contains src --- 1 2 ' ' ' 18 we had 3 targets T1 T2 T3 -- -- -- 1 4 7 2 5 8 3 6 9 10 13 16 11 14 17 12 15 18 How can i get? **Using only datastage, but not unix or any other. I am expecting the answer soon.. Thanks in advance.

7 Answers  


Categories