Setting Up Step Properties
You set up step properties in Definition view.
| Field or Control | Description |
|---|---|
|
Step Name |
Enter a name (up to eight characters). |
|
Commit |
Specify the commit level for the step:
|
|
Frequency |
Enabled only when a step contains one of the following actions: Do While, Do Select, or Do Until. Enter the numeric frequency with which Application Engine should commit. If non-zero, Application Engine commits every N iterations and then again after the last iteration. |
|
On Error |
Specify how Application Engine should respond to an error at the step level. The On Error routine behaves the same for both SQL and PeopleCode actions. The program only terminates on errors, not warnings. Select from:
|
|
Status |
Select to activate a step. If the step is currently applicable to your program (and working), you will probably want to keep it active. |
Note:
The On Error property does not apply to compile errors (for example, specifying erroneous SQL statements). It checks only for execution-type errors. If your program has a syntax error, the program terminates.