I know we have GET ROUTINE that produces a SQL archive (SAR) which can then be used to deploy elsewhere using the PUT ROUTINE. However let's consider the stored procedure needs code change.
How do we extract the stored procedure content from SYSCAT.ROUTINES for code whose length is greater than 32500 bytes?
The db version is IBM UDB db2 v9.1.
How do we extract the stored procedure content from SYSCAT.ROUTINES for code whose length is greater than 32500 bytes?
The db version is IBM UDB db2 v9.1.
Comment