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
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
How transaction file different from that of a sort file?
What do you understand by overflow errors?
What is de-partition in abinitio?
What is a rollup component?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
What is is a data flow graph?
Explain the methods to improve performance of a graph?
What is broadcasting and replicate?
Explain how you can run a graph infinitely in ab initio?
what is the output when -1 is put in select_expr of FBE?
Have you used rollup component? Describe how.
What are differences between different versions of co-op?
What are the types of data processing you are familiar with?
I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?