Here is what I am trying to do, not sure if it is possible:
- Autosys gets File1:10pm starts DataStage Job 1.1:10pm
Job1.1:10pm is still running
- Autosys gets File1:20pm, it needs to start the same Job1 but run it as Job1.1:20pm, even though Job1.1:10pm is still running & not wait for it to finish, go ahead & run.
Can Autosys call the same DataStage job every time it gets a new file & run it with the new timestamp as the invocation id. Without waiting for the previous job to finish.
Thanks ya'll