Create Procedure: Option List (2/2) panel

You use the Create Procedure: Option List (2/2) panel to further specify information to define options for the procedure to be created.

Panel and field definitions

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


 Enter '/' to select option
    Main Program
    Stay Resident
    Deterministic
    DBINFO argument passed
    Commit on return







 Command ===>                                                       Scroll PAGE
  F1=Help      F2=Split     F3=Exit      F4=CRetriev  F7=Backward  F8=Forward
  F9=Swap     F10=Actions  F12=Cancel
Main Program
If checked, the program runs as a main routine, otherwise it runs as a subroutine.
Stay Resident
If checked, the function load module remains in memory when the function ends.
Deterministic
If checked, indicates the function always returns the same result for the same set of input values.
DBINFO argument passed
If checked, indicates that additional Db2® information is passed when the function is called.
Commit on return
If checked, indicates that Db2® issues a commit when the stored procedure returns.

Parent panels

Child panels

None.

Related tasks