Page 1 of 1

want to know all the job names and startdate

Posted: Thu Feb 23, 2006 3:06 am
by victor_nissi
Hi,

This is Nissi. I want to know all the jobnames , startdates,time and number of records processed on a day. I want to pass the date as the parameter to get all these details of that particular day. By passing any date as the parameter , i want to get details of the jobs run on that date.

can any one share your ideas to solve this problem??

Thanks in advance,

Nissi

Posted: Thu Feb 23, 2006 3:19 am
by ArndW
This would be the same question posed in this post, right?

There are various ways to do this; it does depend on if you just want to view the data (use the director), want the information in a file and are comfortable with UNIX scripting (use the dsjob interface to get the data) or want it in DataStage and/or are comfortable with writing BASIC code (use the DSGet{JobInfo,ProjectInfo} routines).

Posted: Thu Feb 23, 2006 3:24 am
by victor_nissi
ArndW wrote:This would be the same question posed in this post, right?

There are various ways to do this; it does depend on if you just want to view the data (use the director), want the information in a file and are comfortable with UNIX scripting (use the dsjob interface to get the data) or want it in DataStage and/or are comfortable with writing BASIC code (use the DSGet{JobInfo,ProjectInfo} routines).




Thanx ArndW. I will try these methods.