You can always try the open-source REXXADM ISPF dialog found at www.cbttape.org (check the updates page for the most recent) or at https://github.com/lbdyck/racfadm (I host it but I didn't write it - just contributed to it)
Lionel B. Dyck <>< Github: https://github.com/lbdyck “Worry more about your character than your reputation. Character is what you are, reputation merely what others think you are.” - - - John Wooden -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of ITschak Mugzach Sent: Friday, November 17, 2023 6:49 AM To: [email protected] Subject: Re: Rexx to clone users in RACF If you do not have a product, use RACF unload utility and look for all records associated with the source user and generate racf commands to copy the user. The records are described in racf macros and interfaces guide. ITschak בתאריך יום ו׳, 17 בנוב׳ 2023 ב-14:44 מאת Steve Beaver < [email protected]>: > You only have 3 choices. zSecure or VRA Or write your own utility > > Sent from my iPhone > > No one said I could type with one thumb > > > On Nov 16, 2023, at 23:08, Wayne Bickerdike <[email protected]> wrote: > > > > *Doesn't the RACF ISPF interface have the ability to close a user?* > > > > No, Consul RACF which became z/Secure has that capability. As > > Radowslaw says, set up a template or use an ISPF file tailoring > > skeleton with a set of templates and generate from a panel. > > > > > >> On Fri, Nov 17, 2023 at 1:55 PM Jon Perryman <[email protected]> > wrote: > >> > >>> On Thu, 16 Nov 2023 08:04:47 +0400, Peter <[email protected]> > wrote: > >>> > >>> I am looking for a rexx logic which can multiple RACFID based on > >>> one > >> model user ? > >> > >> Doesn't the RACF ISPF interface have the ability to close a user? > >> > >> ------------------------------------------------------------------- > >> --- For IBM-MAIN subscribe / signoff / archive access instructions, > >> send email to [email protected] with the message: INFO > >> IBM-MAIN > >> > > > > > > -- > > Wayne V. Bickerdike > > > > -------------------------------------------------------------------- > > -- For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO > > IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
