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: 

Changing the job priority of scheduled job

Former Member
0 Kudos

Hi gurus,

Please let me know how to change the priority of a already scheduled job.I mean to say if a job is scheduled with priority A,now i want to change it to some B or C .How can i do that.Please guide in step wise.....

Thanks in advance.

Regards,

Rakesh.

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Go to SM37, locate the "released" version of the job. Select it, but clicking the checkbox, now from the menu, select Job->Change. Now you will be at a screen where you can change the job class.

Regards,

Rich Heilman

Former Member
0 Kudos

A little tip which might help you in future: If the user only has the authority for object S_BTCH_JOB and not S_BTCH_ADM... then they will only ever be able to schedule class "C" jobs.

When you trace or debug SM37, do not be mislead by the check on S_BTCH_ADM... the user does not need it with the correct S_BTCH_JOB authority. It is only being checked to over-ride the S_BTCH_JOB authority for admins!

Cheers,

Julius