To run a stored procedure, you need to create a window with the following parts:
When you define input and output field labels in your stored procedure specification, VisualAge adds them to the stored procedure part's public interface. You access these fields by connecting the object attribute of the text or list parts to the appropriate field labels of the Stored Procedure part.
You run a stored procedure by connecting to the stored procedure part's executeStoredProcedure action.