How to automate a Datastage job with out using Sequencer

Without using Sequencer how to design a Datastage job which normally receives input file to run. If tomorrow we will not receive any input file Job should not fail. It will run successfully without any warnings.

Questions by Aloka   answers by Aloka

Showing Answers 1 - 9 of 9 Answers

Naga Prasad

  • Jul 6th, 2016
 

Automate the job thru scheduling in Director. Write a Unix script

  Was this answer useful?  Yes

suresh

  • Sep 1st, 2016
 

Using JCL (Job Control Language) we can achieve this.

  Was this answer useful?  Yes

Ram

  • Sep 6th, 2016
 

Hi Aloka,
you can achieve this by using unix shell scripting and schedule the job/script in any third party scheduling tool.
Thanks !

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions