Multiple choice technology web technology

As the developer, what do you need to do to make this PeopleSoft Application Engine program restartable

  1. Set the state record to derived/work.

  2. Remove all sectionlevel and steplevel auto commits.

  3. Nothing more. The Do Select action is set to Restartable

  4. Deselect the Disable Restart check box on the Program Properties page

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

For an Application Engine program to be restartable after failure, the 'Disable Restart' checkbox on Program Properties must be unchecked. The state record must be a physical table (not derived/work), and auto-commits should generally be removed, but the critical enablement is deselecting Disable Restart. The Do Select action being restartable is necessary but not sufficient without this setting.