can any one tell me the logic for the below scenario in jcl along with code
step 1 ---> step1 was executed and its return code is 04
step2 ---> if step 1 return code is 04 then step2 should wait for 20 min
thank u.
Ed Goodman wrote:Akatsukami,
Your post reads like a Quentin Tarantino script!
Many of us can - none of us should. Once upon a time (before scheduling software) something like this might be done by running some kind of "monitor" task written in assembler to accomplish this kind of "scheduling". Today all well-managed systems use the scheduling software.can any one tell me the logic for the below scenario in jcl along with code