Search found 79 matches

by muralisankarr
Fri Mar 13, 2009 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg job schedule
Replies: 5
Views: 1440

In other words, use a Sequence job to control the flow of the jobs and the dependencies between them. To handle the +x minutes delayed start time requirement, add a Routine Activity stage between the jobs that sleeps for the appropriate amount of time. We have nearly 300 jobs scheduled for a week. ...
by muralisankarr
Fri Mar 13, 2009 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg job schedule
Replies: 5
Views: 1440

Reg job schedule

We have 5 jobs (J1, J2, J3, J4, J5) The completion of J1 depends on the arrival of a file from 3rd party system. We need to schedule the jobs like J2 Start Time = J1 Completion time + 10 min J3 Start Time = J2 Completion time + 40 min Now is it possible to schedule the jobs (by time) using JCL in Se...
by muralisankarr
Tue Feb 24, 2009 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updateuserstatus is not returning path name
Replies: 5
Views: 3565

Hi Ray, It's great to see a response from you. Thank you. We don't find any error message displayed in the job level log. But the status of the job is 96 in Sequence log. Please help us Job Seq Log: FILEROWCOUNT..JobControl (@StartLoop_Activity_1): Loop from 1 to 2 step 1: iteration 1 FILEROWCOUNT -...
by muralisankarr
Tue Feb 24, 2009 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updateuserstatus is not returning path name
Replies: 5
Views: 3565

Updateuserstatus is not returning path name

Hi, I need to take a path from a oracle table and I need to load the file in to a table. I have developed 2 jobs for this J1 will take the file name and give the value to update user status J2 will get the file name in input param. But the above design is not working. Always the J1 is crashing and t...