Skip to main content

 
IBM Systems  > Mainframe servers  > Operating systems  > 

Downloads

  
 
IRRXUTIL Samples

 

In z/OS R11, a new REXX interface called IRRXUTIL was provided to the extract functions of the R_admin callable service (IRRSEQ00). IRRXUTIL is a program which is called from a REXX exec. It invokes R_admin in problem state and builds a set of stem variables based on a stem name and optional prefix provided by the caller, and on the set of segments and fields defined in a RACF profile. RACF SETROPTS settings can also be returned.

This page contains a number of sample REXX programs which illustrate the features of IRRXUTIL. In many cases, they demonstrate some ability that has actually been requested (but not provided) in actual customer requirements. We hope you will find them helpful.

This package contains: 

  • The README file
  • IRRXUTILxmit - All of the following source parts in TSO XMIT format (use this file for installing)
  • XDUPACL.txt - A program which looks for user ACL entries which may be redundant with existing group ACL entries
  • XLGRES.txt - A program which resumes the group connection of every member of a group
  • XLISTGRP.txt - A program which displays a group's connected users in alphabetic order, with each user's name and connect authority
  • XLISTUSR.txt - A program which displays a user's connect groups in alphabetic order
  • XRACSEQ.txt - A program which re-implements the RACSEQ download to demonstrate features of IRRXUTIL
  • XRLIST.txt - A program which displays the standard access list of a general resource profile with the users listed first, in alphabetic order, with the user's name, followed by the groups, in alphabetic order
  • XSETRPWD.txt - A program which displays only the password-related SETROPTS options, and indicates whether password and password phrase enveloping is active
  • XWHOCAN.txt - A program which displays certain users who can modify the specified profile

You can download these files either by using your browser or by using anonymous file transfer protocol (ftp). From your browser, select "file" and "save as". For anonymous ftp, use the site public.dhe.ibm.com. This sample exit can be found in the directory /eserver/zseries/zos/racf/irrxutil/. Full installation instructions are in irrxutilReadMe.pdf.

We welcome your comments and questions. Please direct them to the RACF-L mailing list. Subscription information for RACF-L can be found from the RACF-L Discussion List Page.

 

Disclaimers

This program contains code made available by IBM Corporation on an "AS-IS" basis. Any one receiving this program is considered to be licensed under IBM copyrights to use the IBM-provided code in any way he or she deems fit, including copying it and redistributing it, except that it may be neither sold nor incorporated within a product that is sold. No license under any IBM patents or patent applications is to be implied from this copyright license.

The software is provided "as-is", and IBM disclaims all warranties, express or implied, including but not limited to implied warranties of merchantability or fitness for a particular purpose.


 This page was last updated January 2010.