Modify the definition for an SQL procedure so that SQL changes are committed on return from the SQL procedure.
ALTER PROCEDURE UPDATE_SALARY_2 ALTER COMMIT ON RETURN YES
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.