I wrote a tool to auto-generate the stored procedures for DB2 UDB and output as sql script file, Now I need to build and deploy the stored procedures to database server. Seems like db2 is somewhat different from SQL server and Oracle, first you need a C Compiler to build the stored procedures. Can anyone direct me to the documentation or manual show us how to build and deploy the stored procedures step by step?
In SQL Server and Oracle, life is very easy, you just open the sql script file in Query Analyzer or SQLPLus Worksheet, then execute the script and the procedures will be build and deploy to the database server.
Can we use DB2's stored procedure builder or Command Center to do the same thing?
Thanks in advance for help,
Kevin