Hi,
I have scheduled a job which runs every hour. If anytime job gets cancelled immediately i have to
send a mail. For that purpose i have developed another program which runs immedately after the original main job. In the program i am getting main job related data from TBTCO table and checks the status. But my problem is I want to get the recent processed one. So that I will be able to track it correctly and send the mail according to the recent job status.
Kindly provide me the solution.Thanks in advance.