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

The $mpjret variable contains the return code or status of graph execution in Ab Initio. This variable is automatically set after graph completion and can be checked to determine if the graph succeeded or failed. The other variable names ($mprjet, $mejret) are not standard Ab Initio system variables.

AI explanation

To check the status of execution of a graph, the correct variable to use is $mpjret.

Let's go through each option to understand why it is correct or incorrect:

Option A) $mprjet - This option is incorrect because it is not the correct variable to check the status of execution of a graph.

Option B) $mpjret - This option is correct because it is the correct variable to check the status of execution of a graph.

Option C) $mejret - This option is incorrect because it is not the correct variable to check the status of execution of a graph.

Option D) None of the above - This option is incorrect because option B ($mpjret) is the correct variable to check the status of execution of a graph.

The correct answer is B) $mpjret. This option is correct because it is the variable used to check the status of execution of a graph.