Search found 2 matches

by mointampa
Wed Apr 13, 2005 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select DS_JOBS not finding multiple instances
Replies: 4
Views: 1717

Re: Select DS_JOBS not finding multiple instances

mass compile is not really an option as this has to run at the start of the day automatically on a testing server that does not have the client installed. Is there another way to clear the multiple instances using a server job?
Thanks
by mointampa
Wed Apr 13, 2005 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select DS_JOBS not finding multiple instances
Replies: 4
Views: 1717

Select DS_JOBS not finding multiple instances

Hi All I have written a job to reset all the jobs/sequences within the current project. To get the list of all the server jobs and not select the mainframe jobs I am using: SSELECT DS_JOBS WITH NAME LIKE 1A0X AND JOBTYPE <> 1 which seems to work well, except that it will ignore multiple instances of...