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 : CA 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
/*
https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-librarian/4-4/batch-commands/control-commands/scan-statement-scan-data-records-utility-scan.html