Application Development 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: 

schedule JOB

Former Member
0 Kudos

I need to schedule a batch job that will run between Monday and Friday, inclusively. How I make this ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

create ur own claender with the days u want to execute the report and follow the steps mentioned in the thread

3 REPLIES 3

Former Member
0 Kudos

Hello Pintu,

if u are manually schedulling the job through SM36 then follow the steps...

SM36

1. Provide job name

2. Press Start codition

3. click Date/time and enter date on Monday and time at which this job should execute everyday.

4. Click on Periodic button and select Weekly.

5. Click restirction button, enter calender factory. Check if all the holidays are idnetified in the calender and select second radio button "Do not execute on Sunday or holiday.

Save and the job is ready to execute starting Monday.

Former Member
0 Kudos

create ur own claender with the days u want to execute the report and follow the steps mentioned in the thread

0 Kudos

Hi,

The easiest way to schedule your program is from the editor choose PROGRAM->EXECUTE->BACKGROUND

There you need tp provide the details of the Job name and the start condition, there you can specify that weekly you have to do and specify the time when you want to execute (time),

Thanks,

Kiran.,