[General] ;This section defines where to find the RACF ;unload to process and also the initial part ;of the filename for the output files. ;Output filenames consist of the output ;string below concatenated with the report ;number, e.g. RACF01.htm ; input_file=racfdev output_jcl_file=racf output_text_file=racf ; ; [JCL] ;general header and footer lines to be prepended ;and appended to any generated JCL files ; header=//RACFPC JOB ,'PC GENERATED JCL', header=// CLASS=A, header=// MSGCLASS=X, header=// MSGLEVEL=(1,1), header=// NOTIFY=&SYSUID header=//* header=//RACF EXEC PGM=IKJEFT01 header=//SYSTSPRT DD SYSOUT=A,HOLD=YES header=//SYSTSIN DD * header= PROFILE NOPREFIX footer=/* ; ; ; [RACF05] ;[Expired_users] ;Originally this was just taken from the string ;such that the racf.ini file required constant ;editing. Now accepts OFFSET which is taken to ;mean look for the three offset variables below. ;These variables are used to calculate back from ;the Today's_date as defined below. ;The example below will list users where the ;last access date is more than 6 months before ;the Today's_date ; ;Last_access_date=1996-11-01 Last_access_date=OFFSET offset_year=0 offset_month=6 offset_day=0 ; ;format YYYY-MM-DD ; [RACF38] ;[Password_interval_threshold] ;This is the value at which users are ignored ;if between zero and equal to this threshold. ;e.g. any users with an interval of between ;1 and 31 are ignored, but all with 32 and ;greater are reported. ; Password_interval=31 ; ;RACF38 report consists of 6 sections any of ;which can be suppressed by the following ;by removing the comment semi colon at the ;start of the line ; ;suppress_system ;suppress_group ;suppress_class ;suppress_connect ;suppress_password ;suppress_nopassword ;suppress_protected ;suppress_restricted ;suppress_uaudit ;; [RACF69] ;[Revoked_connections] ;Originally this was just taken from the string ;such that the racf.ini file required constant ;editing. Now accepts FILE which is taken to ;mean use the last modified date of the input_file ; ;Today's_date=1998-05-20 Today's_date=FILE ;format YYYY-MM-DD ; ;[RACF117] ;[Group_summary_activity] ;RACF117 is a summary report of activty where users with a default ;group connections count of zero are assumed to have never logged on. ;Created and revoked below are assumed to be in days, while dormant ;is assumed to be in months. ; created=7 revoked=45 dormant=6 ; ;end of racf.ini