Hi all
i want to call a stored procedure from a cobol module
i am using following way to achieve that but i am getting sql error -444 (user program could not be found)
EXEC SQL
CALL <SP_NAME> (:LS-INPUT,
:LS-OUTPUT)
END-EXEC
I have compiled the SP module as C37NSP31module