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

  Process   Options   Utilities   Help
                                                                                
 FM/Db2 (DFG2)         Create Function Option List (2/2)

 Enter '/' to select option
    Main Program
    Stay Resident
 /  Deterministic
    Called on null input
    No external action
    Final Call
    DBINFO argument passed





 Command ===>                                                                 
  F1=Help      F2=Split     F3=Exit      F4=CRetriev  F7=Backward  F8=Forward
  F9=Swap     F10=Actions  F12=Cancel
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.

Related tasks