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
want to know all the job names and startdate
Moderators: chulett, rschirm, roy
-
victor_nissi
- Participant
- Posts: 2
- Joined: Sun Dec 18, 2005 10:36 pm
- Contact:
want to know all the job names and startdate
SharonDSPX
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).
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).
-
victor_nissi
- Participant
- Posts: 2
- Joined: Sun Dec 18, 2005 10:36 pm
- Contact:
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.
SharonDSPX
</a>