How can the Entire Librarian Master file be scanned for a specific string
Release 4.4
Here is a sample job to scan a whole master file for a certain string. Replace the following:
//LIB2 EXEC PGM=AFOLIBR,PARM='DEPTH=25' //MASTER DD DSN=your.libr.master,DISP=SHR //OSJOB DD DUMMY //LIST DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SYSIN DD * -OPT UTILITY -SCAN *search string* -END /*