process metadata

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mcs_suman
Participant
Posts: 20
Joined: Thu Sep 27, 2007 8:42 am
Location: chennai
Contact:

process metadata

Post by mcs_suman »

HI friends,

our job is to generate process meta data ,to get job log in to file we did this with after job subroutine option dsjobreport and got the output generated. is there any other possible ways to do this.
suman
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sure, but they're all variations on that theme.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Several. One is to purchase MetaStage, which allows you to capture process metadata automatically. Another is to write routines using the DataStage API, whether in the DataStage BASIC language or in the C language. The DataStage C-callable API is documented in the Server Job Developer's Guide and in the Parallel Job Advanced Developer's Guide. You could also download ETLstats from Kim Duke's website in which all the work has already been done for you (however, if you were to re-deploy this for profit there are likely to be licensing issues).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply