Anyone seen where you go into iSeries Navigator, right click on a table and click Permissions and try grant "Use" or any of the other permissions to the table and get:
"Not able to allocate object 'tablename' in 'libraryname' type *FILE"
I removed all locks on the file to get the permissions change to go through, but I don't see why *SHRRD, with a status of *HELD would cause permissions changes to fail.
QZDASOINIT (.NET applications using IBM's .NET DLL) jobs always have this lock status on all the jobs they execute and they stick around due to connection pooling I believe.
How can I make permissions management easier so I don't have to kill job's that have the *SHRRD lock status and *HELD status?