Re: How to list all modules going in with SETPROG ADD command

2021-10-29 Thread kekronbekron
Or RALTER AUDIT(ALL(READ)) for FACILITY CSVDYLPA.** ? And then use RACFRW, RACFICE, or some such to report it out. - kb ‐‐‐ Original Message ‐‐‐ On Saturday, October 30th, 2021 at 2:45 AM, Peter Relson wrote: > The SMF type 90 subtype 31 record is where the system places all the data

Re: How to list all modules going in with SETPROG ADD command

2021-10-29 Thread Peter Relson
The SMF type 90 subtype 31 record is where the system places all the data related to the command. You could provide an exit routine associated with the CSVDYLPA exit and examine the data passed to the exit routine. You could use the programming interface instead of the command and examine the o

Re: How to list all modules going in with SETPROG ADD command

2021-10-28 Thread Peter Vels
From: https://www.ibm.com/docs/en/zos/2.4.0?topic=messages-csv551i ADDITIONAL MODULES WERE PROCESSED BUT NOT DISPLAYEDInformation was displayed about 256 modules. Additional modules were processed, but information is not displayed, to conserve system resources. The SMF record written on event comp

How to list all modules going in with SETPROG ADD command

2021-10-28 Thread Lizette Koehler
I have a team using SETPROG ADD,LPA The number of modules is huge - the listing in syslog stops saying ADDIONAL MODULES WERE PROCESSED BUT NOT DISPLAYED Is there someway to get all the modules displayed that were actioned by this command Lizette