jan de decker wrote: >A big clean-up is planned at our site and I was asked to deliver a list of >executed rexx execs, preferably with the jobname (or TSO user) and the dataset >where the rexx resides.
Audit of usage of [non-compiled] REXX and CLISTS is very difficult. This question occasionally pop-up in RACF-L. >EXEC 'MY.REXX.EXEC(TAST)' Try audit the dataset MY.REXX.EXEC with something like this RACF command: altdsd 'MY.REXX.EXEC' audit(all(READ)) and collect the SMF records for it. >I tried to front-end IRXLOAD, but got terrible ABENDS. I'm sure there is another program which you can front-end, but I just can't find/remember it. One lame solution is: have all your REXX programs write an audit line (Say date, time, name) to one or other dataset when you call it, but anyone who can edit it can simply remove those lines. Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
