If files are not here yet what do I do. Restart job again? : Yes, this is what I was talking about. The template will generate the code : you need to run some program from 9 to 5. You change the code to check for : files rather then run that program and then if the file(s) is found do : what you want. : The algorithm in template is : IF time is between 9 to 5 THEN : run my program : END IF : Your algorithm is : IF time is between 8 to 5 THEN : IF my files exist THEN : do what I want here : END IF : END IF : As you see the job will check for files only from 8 to 5
|