When trying to Alter existing Stored Procedure a Create or Replace DDL is generated instead
说明
When trying to ALTER an existing Stored Procedure, Toad generates complete CREATE PROCEDURE DDL instead of a simple ALTER statement.
原因
EXTERNAL procedures in z/OS are not supported for native ALTER.
解决办法
Support for a native ALTER is implemented in z/OS for Native SQL procedures only. Toad is working as designed and there are currently no plans to support it on EXTERNAL procedures.