Pass input parameters using UNIX Shell script

How to pass input parameters using UNIX Shell script to DataStage Director?

Questions by Saumendra_int   answers by Saumendra_int

Showing Answers 1 - 1 of 1 Answers

From UNIX, Parameters are passed to datastage job while running them.
This can be done by passing "-param" paramater to dsjob command.

Syntax :

dsjob -run mode Normal -param param1=value1 project name jobname

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