Librarian logging capability
search cancel

Librarian logging capability

book

Article ID: 124603

calendar_today

Updated On:

Products

Librarian

Issue/Introduction



Does Librarian allow logging capabilities for Librarian datasets?
For example:.
OPXX.X.OPOS390X.LIBRCOPY
OPXX.X.OPOS390X.LIBRPROD
OPXX.X.OPOS390X.LIBRTEST

Environment

Release:
Component: LIBR

Resolution

No. You can use SMF for Librarian dataset reporting.
Librarian does not cut SMF records.

If you need to know who last access any members within a Librarian master file you can run the Librarian Index report.

Example below:  
    //STEP1 EXEC PGM=AFOLIBR,PARM='NJTA,NRJS' 
    //STEPLIB DD DSN=hlq.mlq.CALJLINK,DISP=SHR 
    //INDEX DD SYSOUT=* 
    //MASTER DD DSN=hlq.mlq.master.file,DISP=SHR 
    //SYSPRINT DD SYSOUT=* 
    //OSJOB DD DUMMY 
    //SYSIN DD * 
    -OPT INDEX(M) 
    //


Change the STEPLIB DD and the MASTER DD