Submitted Questions

  • Wrapper script

    how to create a wrapper script in Ab Initio?

    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.