Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Job scheduling

Former Member
0 Likes
462

Hi experts,

I have to schedule jobs one by one for about 1 lakth tables in the bathces of 10000 each. That means i will be having 10 jobs.

I have to do some processing on these tables.

After one job completes, the next one shud start automatically.

How shud i proceed?

I will reward all the helpful answers.

Thanks,

Mohit.

Hi experts,

I have to schedule jobs one by one for about 1 lakth tables in the bathces of 10000 each. That means i will be having 10 jobs.

I have to do some processing on these tables.

After one job completes, the next one shud start automatically.

How shud i proceed?

I will reward all the helpful answers.

Thanks,

Mohit.

2 REPLIES 2
Read only

Former Member
0 Likes
436

While scheduling the job, in 'Start condition', you can specify the dependent jobs.

For job2 specifiy job1 name, for job3 specify job2 name,..

Read only

Former Member
0 Likes
436

Hi,

You can define the jobs in such a way that if one job is completed then immediately the next job has to start.

Use After Job Button for this.

Reward if helpful.

RSS