Create Procedure: Option List (1/2) panel
You use the Create Procedure: Option List (1/2) panel to specify information to define options for the procedure to be created.
Panel and field definitions
- External Name
- Name of the MVS™ load module that contains the user-written code to implement the procedure.
- Package Collection
- Specifies the package collection to be used when the procedure is run. If not specified, the invoking program's package collection is used.
- Workload Manager Environment
- Specifies the MVS™ workload manager environment in which the procedure is to run.
- Time Limit (CPU units)
- Limit on processor service units used by a single invocation of the procedure.
- Language
- Application programming language of the procedure.
- SQL
- Specifies what type of SQL statements the procedure contains.
- Security
- Specifies the interaction of the procedure with an external security product.
- Parameter Style
-
- 1. DB2SQL
- Additional parameters containing Db2® information are passed to the procedure.
- 2. General
- Only the parameters on the call statement are passed to the procedure and they cannot be null.
- 3. General with nulls
- A vector of null indicators is passed in addition to the parameters on the call statement.
Parent panels
Child panels
None.