Multiple choice technology programming languages

1.Which of the following is true on “Calling a dynamic program”?

  1. RPG Cycle code is not inserted which will affect the performance.

  2. RPG Cycle code is inserted which will affect the performance.

  3. RPG Bike code is inserted which will not affect the performance.

  4. None of the above.

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

Calling a dynamic program (using CALL in RPG) does not compile or bind the called program at compile time. RPG Cycle code references and dynamic invocation details don't insert RPG Cycle code into the calling code in a performance-inhibiting way. 'None of the above' is correct.