What is $mpjret? Where it is used in ab-initio?

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


Please Help Members By Posting Answers For Below Questions

How do you add default rules in transformer?

828


Have you used the rollup component? Describe how?

728


We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?

911


What is the difference between partitioning with key / hash and round robin?

736


What are the features of ab initio?

727






What are the Graph parameter?

794


What is a partition and what are the different types of partition components in abinitio?

859


We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?

994


What is the function that transfers a string into a decimal?

776


What is the syntax for m_dump in abinitio?

1180


How to move or copy the project parameter or project object to my sandbox?

1907


What is is a data flow graph?

764


State the working process of decimal_strip function?

1684


What do you mean by the overflow errors?

879


What dedup-component and replicate component does?

852