Hi All,
I have scheduled some of the jobs in background.
Among those which completes the jobs at last will produce the output list for my report.
My problem is how to delete all the jobs except the one which given the output to me.
And another is it possible to rename the background job name give.
eq:- I schduled jobs as
JOB1
JOB2
JOB3
JOB4.
think it compeltes all the jobs as JOB3, JOB2 , JOB4 and JOB1 at the last.
I have to delete JOB3, JOB2 and JOB4.
then rename JOB1 as JOB which contains the report output.