To compile and link a COBOL stored procedure using DB2 LUW:
- Compile and link the stored procedure as specified for your platform in the
Building COBOL routines topic of the IBM DB2 LUW documentation.
- Copy the stored procedure object to the
sqllib/function directory of your DB2 Instance.2
Note: 1If your program contains stored procedure CALL statements, you must specify the CALL_RESOLUTION DB2 directive to avoid an SQL0204 error.
Important: 2By default, after calling a stored procedure, DB2 LUW does not unload it until DB2 LUW is stopped. To avoid problems with copying the file, you can do one of the following if you are not in a production environment: