×
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.
After running that SQL statement, I was able to do a "Select All" and "Copy" of the ACS Run Sql Scripts output.
I pasted that back in Run Sql Scripts and ran it (all 119 rows)
Thanks Chris!
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Hiebert, Chris
Sent: Tuesday, March 03, 2020 2:33 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: Mass change a group of user profiles
I would use SQL to generate the list.
Instead of selecting the user name, you have the query output generate a IBM Command to do the update.
SELECT 'CL: CHGUSRPRF USRPRF(' || AUTHORIZATION_NAME|| ') LMTDEVSSN(*YES);' FROM QSYS2.USER_INFO WHERE AUTHORIZATION_NAME LIKE '%RF' ;
Put the query output result into an open iAccess IBM SQL GUI tool window run it.
The "CL:" allows the IBM SQL GUI to run a command similar to passing the value to QCMDEXEC.
You can just run all and it will execute each command.
Chris Hiebert
Senior Programmer/Analyst
Disclaimer: Any views or opinions presented are solely those of the author and do not necessarily represent those of the company.
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Greg Wilburn
Sent: Tuesday, March 3, 2020 12:22 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Mass change a group of user profiles
First of all, this is not really an RPG specific question (unless I have to write a program to do it).
I have large group of users (100+) where I need to change LMTDEVSSN to *YES. The commonality is that all of the user names END with "RF".
WRKUSRPRF wont' get that for me.
A select over QSYS2.USER_INFO will allow me to get the users I want to change, but it's an SQL view so I can't simply update it.
I would appreciate any ideas.
Thanks,
Greg
As an Amazon Associate we earn from qualifying purchases.
This thread ...
RE: [EXTERNAL] RE: Mass change a group of user profiles, (continued)
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.