Creating Db2 stored procedures
This topic illustrates how to create and deploy Db2® procedures written in COBOL.
Summary
To create and deploy Db2 procedures written in COBOL:
- Create a connection to Db2.
- Create and edit a stored procedure written in COBOL.
- Deploy and run the stored procedure.
- View the output.
Help topics
The following help topics provide more information about creating and deploying stored procedures:
- Connecting to databases
- Connecting to a Db2 database by using COBOL or PL/I
- Creating a stored procedure
- Deploying a stored procedure
- Running a stored procedure (includes instructions for viewing the output)