× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Birgitta,
This is not an authority issue.
If you do a DSPFD of a table you will see these attributes:
Allow read operation . . . . . . . . . . . : Yes
Allow write operation . . . . . . . . . . . : Yes
Allow update operation . . . . . . . . . . : ALWUPD *YES
Allow delete operation . . . . . . . . . . : ALWDLT *YES
Record format level check . . . . . . . . . : LVLCHK *YES
BTW, only Allow Write is in SYSTABLES.
If these are set to *NO then only very specific IBM tasks are allowed to perform those operations.
You will see some of these set on a temporal table's history file. Allow write and allow update are not allowed. They still allow you to delete so that you can purge off rows.
To turn these to no:
ALTER TABLE rco ADD VERSIONING USE HISTORY TABLE rco_history;
To turn these back to yes:
Alter table rco Drop versioning;
Again, not a security function.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.