×
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.
Try running the GRANT SQL command after the create statement.
Create table mylib.mytable as (balh, blah, blah);
Grant all on mylib.mytable to user;
-Tom Stieger
IT Manager
California Fine Wire
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike Wills
Sent: Wednesday, September 26, 2012 7:19 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Set authority on SQL CREATE TABLE
I am having a problem where I have a program do an SQL CREATE TABLE and the authorization for *PUBLIC is *EXCLUDE. Now leaving out the security implications of setting that to *ALL, how can I either add a user with *ALL or change *PUBLIC to *ALL? A third option would be to use an authorization list.
No matter the approach, is this possible at the time of creation? Or do I have the run the CL command (which for the life of me I can't remember which) and change it that way? This is all ran through an automated process. I have tried to set CRTAUT on the library to *ALL and to my authorization list with no effect.
--
Mike Wills
http://mikewills.me
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.