Multiple choice technology packaged enterprise solutions

_________ are the smallest unit of work that can be committed within a program.

  1. MAIN

  2. SECTION

  3. STEP

  4. ACTION

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

A STEP is the smallest unit of work that can be committed within an Application Engine program. MAIN is a section containing steps, SECTION is a container for steps, and ACTION represents operations within a step. Steps can be committed individually, providing transaction control.