Hi,
I am writing a routine to get the run time stats of a job. I need a list of jobs on a particular pattern rather than getting all the jobs.
For all the jobs we use DSGetProjectInfo(DSJ.JOBLIST)
Can some one help me how to get a list of jobs with a pattern.
For example If i have different jobs with pattern XXX_, i need only those jobs.
Appreciate your help.
DSGetProjectInfo
Moderators: chulett, rschirm, roy
Please don't post your questions in multiple forums and please try to pick the right one to post in.
Are you looking for some way to return only a subset of jobs from the function or some way to filter the full list after it has been returned? The latter can be accomplished using O/S command like grep or Index or Matches within your routine.
Are you looking for some way to return only a subset of jobs from the function or some way to filter the full list after it has been returned? The latter can be accomplished using O/S command like grep or Index or Matches within your routine.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
HI Chullet, Sorry for that. I accidentally posted in server.chulett wrote:Please don't post your questions in multiple forums and please try to pick the right one to post in.
Are you looking for some way to return only a subset of jobs from the function or some way to fi ...
Yes I need only a subset of jobs.
-Thanks
Chamak
Chamak
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:

