Wrapper script

How to create a wrapper script in Ab Initio?

Questions by adityasasanka

Showing Answers 1 - 1 of 1 Answers

Nagesh

  • Jul 18th, 2011
 

wrapper scripts are used to run the graphs though command prompt
ex
abc.sh
within the abc.sh, we define the graphs ksh like
$/xyz.ksh -param1 -param2.....

then we use the wrapper script(abc.sh) to run the graph from command prompt(unix) using
./abc.sh

i hope this will help you.

  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