Autosys job scheduling on specific day

Below is the requirement i am trying to do using auto sysjob.
I need to create a JOB or script which will do the below things for me

I have a box and there corresponding jobs as below
BOX_1
JOB_1
JOB_2

BOX_2--- SU(JOB_2), this will run only on completion (Success) of JOB_2

1st requirement -
JOB_1 - set it to SU (success) without running
JOB_2 - set it to SU (success) without running
Force to success both the jobs.

2nd requirement
Only On saturday JOB_1 and JOB_2 --> trigger it , run it and then on Completion BOX_2 triggers...
How to do the above process in autosys job..

---------- Post updated at 12:51 PM ---------- Previous update was at 12:00 PM ----------

also can i create a shell script for my above requirement in a line in autosys job like

command: something.ksh

If yes. how can it be done to set the jobs to success and in 2nd requirement run all the jobs during weekend...

---------- Post updated at 01:27 PM ---------- Previous update was at 12:51 PM ----------

Can anbody suggest how this can be worked out...

Since you have wait for 1 hour, can you show us what you have done?

still doing google to find out what exactly can be done..iam new in autosys, still wondering how can it be worked out