schedule job

Hi,
I have a spcific box called abc in autosys and below that there are 2 jobs.
my requirement is to run the abc box only on monday and rest of the day the rest of the jobs should be in success status..

---------- Post updated at 03:11 PM ---------- Previous update was at 02:45 PM ----------

any luck...

what is mean by "rest of the day the rest of the jobs should be in success status"

ok..here you go..
i have a main box
abc
below this box there are 2 jobs
lmn
xyz
after the success of lmn, xyz will execute..that the logic..
Since this is an automated process both the corresponding jobs runs everyday.
Now what is need is the box abc should be executed on every monday.and when tuesday and rest of the day comes the jobs should only change its status to success.
As soon as the next monday comes again the main box (abc) should run again and so on...
This should be done using autosys...

on your abc box job add the below condition

 
days_of_week : mo

so, that your abc box job will run only on monday

on your main box job add below condition -

days_of_week : mo

on other first job lmn add belwo condition

 
condition: s(abc)

and make your for other job below condition is there

 
condition: s(lmn)