Tags
access, AUTH, DB2, mainframe, procedure, SPECIFICNAME, STORED, SYSIBM, SYSROUTINEAUTH
To know who all have access to a DB2 stored procedure, you can look at the system catalog table SYSIBM.SYSROUTINEAUTH. Query is provided below.
SELECT *
FROM SYSIBM.SYSROUTINEAUTH
WHERE SPECIFICNAME = ‘Your Procedure Name goes here’
WITH UR;
——————————————————————————————————–
If you would like to Earn Free Stocks, Credit card Points and Bank account Bonuses, Please visit My Finance Blog
——————————————————————————————————–
You may also like to look at: