Job reporting

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
andybee
Participant
Posts: 1
Joined: Wed Feb 28, 2007 10:02 pm

Job reporting

Post by andybee »

We are working on a process to report (weekly) on input and reject row counts from jobs. The process involves shell scripts calling the dsjob command, manually created job files which contain the job, stage and link names to be reported on (used as the dsjob parameter values), a table which stores the results, and an excel file which presents the row counts for each job as 'Records In' and 'Rejections'. This could all eventually be a maintenance nightmare as jobs evolve, link or stage names change etc.

My questions are these: Is there a tool in the suite that will enable us to satisfy such reports? Is MetaStage capable of providing this?
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :D

MetaStage is capable of generating this kind of report. The process metadata (row counts, etc.) are captured automatically when the job runs and can then be transferred into the MetaStage directory automatically or manually, as you prefer.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Do a search for EtlStats. It is free.
Mamu Kim
Post Reply