Hi there,
I have a job and 3 steps that have to run 3 times per days. It runs on 10:00, 14:00 and 18:00. I need to execute each time for each time by using a jcl.
For example, on time 10:00 runs this job at step 1.
Time 14:00 runs job at step 2 (skip step1) and time 18:00 runs at step 3.
I don't know how to set condition on system time to run each steps.