Have anyone out there created a server job to populate a tab

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
4friends
Participant
Posts: 71
Joined: Tue May 01, 2007 12:51 pm
Location: Mumbai

Have anyone out there created a server job to populate a tab

Post by 4friends »

HI All,

Have anyone out there created a server job to populate a table with all the available job properties such as Job Status, Number of Rows etc.

I want to add this job to all the sequence jobs - right at the end.

Thanks in Advance. :!: :!: :!:
thanks & regards
kk
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 on EtlStats.
Mamu Kim
4friends
Participant
Posts: 71
Joined: Tue May 01, 2007 12:51 pm
Location: Mumbai

Post by 4friends »

Hi Duke,

Wat is Etlststs :?: :?: :?:
thanks & regards
kk
manjunathnet
Participant
Posts: 5
Joined: Fri Dec 22, 2006 2:11 am

Post by manjunathnet »

if u want send all the information about job status, then u can use dsjob -logsum in excute command and write it to a file, then next pass file as job status.
This will gives all information as like in director log.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

U is a common Burmese name. The second person personal pronoun in English is spelled "you". A wat is a Buddhist temple. The interrogative that you possibly intended to use is spelled "what" in English.
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 »

EtlStats is about 40 jobs. One of which is used to gather stats about job runs. It populates 3 tables ETL_JOB_HIST, ETL_ROW_HIST and ETL_PARAM_HIST. It also populates 3 hashed files so you can build your own restartable job logic. There are a whole bunch of other jobs which help extract metadata from DataStage's repository.
Mamu Kim
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

By the way it is a free download from my tips page below my signature.
Mamu Kim
Post Reply