Use the Stored Procedure Specifications - Settings window to specify or change the parameters of the stored procedure specification that you are defining or editing. A stored procedure specification defines the inputs, outputs, and procedure name of a particular stored procedure file. Once defined, you associate a stored procedure specification with a Stored Procedure part and the input fields and output fields are added as attributes of the Stored Procedure part's public interface.
• Select OK to update the part and close the window.Select Cancel to close the window without updating the part.If you use ORACLE and you have defined stored procedures in packages, then those stored procedure names will not appear in the combo box. You can type the procedure name into this field as <package>.procedure. Replace package with the package name and procedure with the procedure name.Define the input/output data fields for the stored procedure using Input/Ouput variables.For ODBC and ORACLE, the input and output variable fields are combined into one field called input/output variables. These database managers can automatically query the database for parameter shapes and display the parameters in the list. Select Get schema from the field's pop-up menu to query the database for parameters.
![]() |