Multiple choice technology

Which variable will be used to check the status of Execution of graph ?

  1. $mprjet
  2. $mpjret
  3. $mejret
  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Ab Initio, the variable $mpjret (short for 'mp job return') is used to check the execution status of a graph. This variable contains the return code after running a graph using m_ui or air commands. A value of 0 typically indicates successful execution, while non-zero values indicate errors or warnings.