Multiple choice technology platforms and products

Which actions are mutually exclusive

  1. sql and call section

  2. sql and do while

  3. do while and do when

  4. do while and do until

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

In PeopleSoft Application Engine, SQL and Call Section actions are mutually exclusive and cannot be defined within the same step to prevent database lock contention and execution ambiguity. All other listed action combinations, such as conditional do loops (Do While, Do Until, Do When), can co-exist within steps.