Write the shell script using Unix to run the 2 jobs?

Write the shell script using Unix to run the 2 jobs?
How to schedule the 2 jobs using Unix crontab to run for particular time?

Questions by venkata ramana   answers by venkata ramana

Showing Answers 1 - 3 of 3 Answers

Inside the shell script, first you have to set the path using "dsenv".
Then using following command the datastage job can be run.
dsjob -run mode -Normal -jobstatus Projectname  JobName
after typing this in the editor,save file as testrun.sh.
Now run the command using bash testrun.sh.

  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