Community

Invoking a stored procedure from a COBOL program

(Kent Milligan) I am attempting to invoke a stored procedure (SQL) from a COBOL program. The stored procedure returns ONE result set, so the last (meaningful) statement in the stored procedure is OPEN cursor name. Once I issue the CALL in the COBOL program, how do I associate the result set to somet

Read More - Register for Free Membership

Tags: