> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wilson
> Sent: Friday, November 11, 2005 11:40 AM
> To: [email protected]
> Subject: Re: Racf Reports
> 
> 
> Alan,
> 
> Unfortunately, not what Mark asked for.
> 
> He needs a list of Userids & each expiry date.
> 
> SETR will only show the system defaults at Userid creation time. These
> can be overridden of altered.
> 
> Mark needs to run a report against the RACF database and list all the
> Userids and the fields he wants.
> 
> Kind Regards
> 
> Mark Wilson
> 
> Mobile: +44 (0) 7768 617006

The simpliest way, in my opinion:

//STEP1 EXEC PGM=IKJEFT01,REGION=6M
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
 LU *
/*
//

This will list every RACF id in the RACF database to which the
submitting user has authority. It will output the basic RACF
information, which includes the PASS-INTERVAL. Example:

<quote>
USER=xxxxxx  NAME=TECH SERVICES         OWNER=xxxx      CREATED=04.177
 DEFAULT-GROUP=xxxx      PASSDATE=05.259  PASS-INTERVAL= 35
 ATTRIBUTES=REVOKED
 REVOKE DATE=NONE   RESUME DATE=NONE
 LAST-ACCESS=05.259/08:22:21
 CLASS AUTHORIZATIONS=NONE
 NO-INSTALLATION-DATA
 NO-MODEL-NAME
 LOGON ALLOWED   (DAYS)          (TIME)
 ---------------------------------------------
 ANYDAY                          ANYTIME
  GROUP=xxxx      AUTH=USE      CONNECT-OWNER=xxxx
CONNECT-DATE=04.177
    CONNECTS=    38  UACC=NONE     LAST-CONNECT=05.259/08:22:21
    CONNECT ATTRIBUTES=NONE
    REVOKE DATE=NONE   RESUME DATE=NONE
SECURITY-LEVEL=NONE SPECIFIED
CATEGORY-AUTHORIZATION
 NONE SPECIFIED
SECURITY-LABEL=NONE SPECIFIED
</quote>

--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its'
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited.
 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to