Create Procedure: Parameter Types panel
You use the Create Procedure: Parameter Types panel to specify information to define the parameter types in relation to tables or views, and to specify the parameter type.
Panel and field definitions
- Parameter Name
- The name of the parameter.
- Data Type(Length)
- The data type of the parameter.
- As LOC (Y/N)
- For LOB data types, specifies that a locator for the parameter is passed instead of the value itself.
- Owner
- Defines the parameter as a locator to a transition table.
- Like Table/View Name
- The owner and name specify a table or view with columns that match those of the transition table.
- IN OUT INOUT
- Specifies whether the parameter can be used for input only, output
only, or both input and output. Valid values are:
- IN
- Identifies the parameter as an input parameter.
- OUT
- Identifies the parameter as an output parameter.
- INOUT
- Identifies the parameter as both an input and output parameter.
Parent panels
Child panels
None.