IBM Books

Embedded SQL Programming Guide


Invoking Stored Procedures

You can invoke a stored procedure stored at the location of the database by using the SQL CALL statement. See the SQL Reference for a complete description of the CALL statement. Using the CALL statement is the recommended method of invoking stored procedures. For considerations on writing stored procedures in REXX, see "REXX Stored Procedures". For considerations on writing stored procedures in Java, see "Creating and Using Java Stored Procedures".


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]