FAQ > PERCobol and SQL Notes > How to use Oracle Stored procedures

Search the FAQ for entries containing:

Oracle has special syntax for call over JDBC; all that is needed is to surround the call in curly braces:

EXEC SQL
{ CALL ABC }
END-EXEC.

Last updated on December 28, 2009 by Daniel Myers