DB2 Maestro online Help
Prev | Return to chapter overview | Next |
Specifying procedure options

Specify procedure options according to your needs. The detailed description is given below.
Name
The new procedure name as it was set on the previous step.
Owner
Defines the owner for the procedure. By default, only the owner of an object can perform various operations with the object. In order to allow other users to operate it, privileges must be granted. (However, users that have the superuser attribute can always access any object.)
Comment
Specify a comment for the procedure.
Deterministic
Check the option if the procedure always produces the same result for the same input parameters, and uncheck otherwise.
Specific name
Provides a unique name for the instance of the procedure that is being defined. This specific name can be used when dropping the procedure or commenting on the procedure. It can never be used to invoke the procedure.
Data access (Contains SQL, Reads SQL data, Modifies SQL data)
Indicates the level of data access for SQL statements included in the procedure.
Contains SQL indicates that SQL statements that neither read nor modify SQL data can be executed by the procedure. Statements that are not supported in procedures might return a different error.
Reads SQL data Indicates that some SQL statements that do not modify SQL data can be included in the procedure.
Modifies SQL data indicates that the procedure can execute any SQL statement except statements that are not supported in procedures.
Dynamic result sets
Indicates the estimated upper bound of returned result sets for the procedure.
Prev | Return to chapter overview | Next |