Search found 2 matches

by victor_nissi
Thu Feb 23, 2006 3:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to know all the job names and startdate
Replies: 2
Views: 507

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 DataS...
by victor_nissi
Thu Feb 23, 2006 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to know all the job names and startdate
Replies: 2
Views: 507

want to know all the job names and startdate

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 ...