Checking Source Data

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sainath
Premium Member
Premium Member
Posts: 138
Joined: Fri Nov 19, 2004 3:57 pm

Checking Source Data

Post by sainath »

Hi
Every day we get data from different organizations.I wan to design ETL jobs to count the number of rows we get per month and compare with previous month .if there is drop in records it should notify.
I want to know how to design in Datatsage.please share your
valuable ideas.
THKS
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Collect link statistics after every job run and store in a relational database. After every run, have a script verify the most recent run statistics for meaningful link counts against its average and notify if a X% drop occurred.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Have a look at Kim Duke's ETL Stats, amongst other things it populates an ETL_ROW_HISTORY table where you can see the history of every row for every link in a job and report or audit it with SQL.
Post Reply