Sean Gleann wrote:

>Can anyone offer advice on how to report on load modules held in a specific 
>PDS (or PDS(E) - I'm not fussy) being loaded by specific batch jobs, please?

From LLA or from JOBLIB/STEPLIB?

Ask Peter Relson at IBM for Module Fetch Monitor. (if that is still supported.)

Alternatively, Kees Vernooij's interesting reply about LLA EXIT1 could help you.


>I've tried looking at SMF type 14 - but that only shows the load library being 
>opened  - nothing about modules.
>I've tried using RACF event type 2 data generated as a result of specifying
        ralter PROGRAM ** addmem('<library name>'//NOPADCHK)
>but again I see only the library being accessed - nothing about the modules 
>involved

Try RALTER PROGRAM (**) AUDIT(ALL(READ))  and check event 0, not 2.

But be careful, you will get SMF flood.... Try something like RALTER PROGRAM 
(IGY*) AUDIT(ALL(READ))  for example.

Proof when I compiled something:

RACF ACCESS success for ?: (READ,READ) on PROGRAM IGYCRCTL, data set 
IGY.SIGYCOMP on volume ?
                                                                          
Record identification                                                     
Jobname + id:  ??? J0715786                                          
SMF date/time: Fri 13 Jan 2017 12:51:14.38                                
SMF system:    ?       record type:  80
                                                                          
Event identification                                                      
RACF event description        Resource access (Success:Successful access) 
RACF event qualifier          0                                           
RACF descriptor for event     Success                                     
RACF reason for logging       Resource                                    
SAF authority used            Normal                                      
Access intent                 READ                                        
Access allowed                READ                                        

SAF resource class            PROGRAM                                     
SAF profile key               IGY*                                        
SAF resource name             IGYCRCTL                                    
Resource level                0                                           
Volume serial                 ?                                      


I think there is a specific SMF record (can't remember which) which you could 
try out for logging members of a PDS/PDSE. I however doubt if that will help 
you for load modules.

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to