Answer Posted / avijit
$mpjret only works if you want to use it in the graph end script .
But if we want the return status in case we are running the graph from the back end it will not work.
If you are writing Unix shell script then use:
air sanbox run graph.mp
if [ $? –eq 0 ]; then
echo "Graph Failed"
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you add default rules in transformer?
Have you used the rollup component? Describe how?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What is the difference between partitioning with key / hash and round robin?
What are the features of ab initio?
What are the Graph parameter?
What is a partition and what are the different types of partition components in abinitio?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
What is the function that transfers a string into a decimal?
What is the syntax for m_dump in abinitio?
How to move or copy the project parameter or project object to my sandbox?
What is is a data flow graph?
State the working process of decimal_strip function?
What do you mean by the overflow errors?
What dedup-component and replicate component does?