Looking for a way to search a Librarian Master file in the ELIPS interface but can't find a way.
Is there a way to search a Librarian Master file?
Release : 4.4
Component : Librarian
There is no search facility in the ELIPS interface.
To search an entire Librarian Master file need to use the batch -SCAN utility function -
//LIBSCAN1 EXEC PGM=AFOLIBR,PARM='NRJS,NJTA'
//STEPLIB DD DISP=SHR,DSN=hlq.mlq.CALJLINK
//SYSPRINT DD SYSOUT=*
//INDEX DD SYSOUT=*
//MASTER DD DISP=SHR,DSN=librarian.master.file
//OSJOB DD DUMMY
//SYSIN DD *
-OPT UTILITY
-SCAN *drvc* STR=01,END=72,CTX=00
-SCAN *DRVC* STR=01,END=72,CTX=00
-END
/*
See TechDocs link to the SCAN utility