| dharmesht 2004-06-02, 1:07 am |
| Hi ,
I am facing a problem in using the sendevent command . I have to use the sendevent command in the end of a script to schedule a JOB after 8hours ( OR 480 minutes) after the successful execution of the script from where it is called.
TO give a clear picture :-
shell script :-
========================================
======
test.ksh
script starts here
# some unix commands get executed
# some unix commands get executed
#some unix commands get executed
#some unix commands get executed
sendevent -E FORCE_STARTJOB -J JOBNAME -T TIME
script ends here
========================================
======
Now the question is what should be used where TIME is used ? I can't use the MM/DD/YYYY hh:mm with the -T option , instead i want to use something which will schedule the JOBNAME after 8 hours or 480 minutes .
Please reply to your earlier ? Its urgent |