Create Function: Option List (2/2) panel
You use the Create Function: Option List (2/2) panel to further specify information to define options for the function to be created.
Panel and field definitions
You can select the following
options by entering a
/:
- Main Program
- The program runs as a main routine, otherwise it runs as a subroutine.
- Stay Resident
- The function load module remains in memory when the function ends.
- Deterministic
- The function always returns the same result for the same set of input values.
- Called on Null Input
- The function is called even if one or more of the input parameters has a null value.
- No external action
- The function does not take any action that changes the state of an object Db2® does not manage.
- Final Call
- A final call is made to the function to allow it to perform any required cleanup operations.
- DBINFO Argument Passed
- Additional Db2® information is passed when the function is called.
Parent panels
Child panels
None.