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
What is air-project parameter ?
What is publickey and private key?what is the use of this two keys?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
How co> operating system natively processes the data?
You can ask about different vector functions. How to use in abinitio graph?
How do you improve the performance of a graph?
Code check-in and check-out commands in AbInitio
What is the ab initio business rules environment (bre)?
Explain the ab initio etl tool in high level?
What is a partition?
In abinitio, what types of parallelism are used?
what is the difference between i)public ii)private iii)common and client projects?
What exactly do you know about the typical data analysis?