I have a SQL stored procedure that requires one input value and returns 2 output values. How do I code this in Visual Cobol?
Page 1 / 1
I have a SQL stored procedure that requires one input value and returns 2 output values. How do I code this in Visual Cobol?
Hello,
In Visual COBOL, you would invoke a Stored Procedure using a CALL statement in an EXEC SQL block. Please see this link for documentation of this statement, including examples of specifying which parameters are input vs output.
Also, here is a link to a video that discusses this topic in more detail:
OpenESQL Calling Stored Procedures
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.