I am trying to execute the following command:
GRANT EXECUTE ON PROCEDURE NROSWI.* TO USER NRSAPPC WITH GRANT OPTION
The command line comes back as "DB20000I The SQL command completed successfully." I then issue a "commit", but when I check the user NRSAPPC permission's it doesn't show them as having "Grant Execute" authority on the stored procedures.
The documentation states "PROCEDURE schema.*
Identifies all the procedures in the schema, including any procedures that may be created in the future. In dynamic SQL statements, if a schema is not specified, the schema in the CURRENT SCHEMA special register will be used. In static SQL statements, if a schema is not specified, the schema in the QUALIFIER precompile/bind option will be used."
If anyone can advise me, it would be greatly appreciated.
Thanks
Ron