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

Questions by rupal   answers by rupal

Showing Answers 1 - 3 of 3 Answers

calvin

  • Mar 3rd, 2006
 

$mpjret is return value of shell command "mp run" execution of Ab-Initio graph.

this is generally treated as graph execution status return value  

  Was this answer useful?  Yes

sai

  • Mar 28th, 2006
 

U can use $mpjret in endscript like

if  0 -eq($mpjret)

then

echo "success"

else

mailx -s "[graphname] failed" mailid

 

  Was this answer useful?  Yes

atish_ban

  • Apr 2nd, 2006
 

same as $?....but it will give u return status of mp run cmd...capture and use it at end script to display and notify warning/success and failure msg

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions