Multiple choice technology packaged enterprise solutions

The only mutually exclusive actions within a single step are __________________ and _____________________.

  1. Call Section and SQL Statement

  2. Call Section and PeopleCode

  3. Do While and Do Until

  4. Do Select and Do When

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

In PeopleSoft Application Engine, a step cannot contain both a Call Section action and a PeopleCode action - they are mutually exclusive. SQL can coexist with Call Section. Do While/Do Until/Do Select are different actions that can be combined.

AI explanation

Within a single Application Engine step, Call Section and SQL Statement are mutually exclusive actions — a step can invoke another section or run its own SQL, but not both, because the engine processes a step as one atomic PeopleCode/SQL/section unit. Do While/Do Until and Do Select/Do When are separate action-type pairs used for looping and conditional branching, not the pairing referenced by this rule.