Is there a Search function in the Librarian ELIPS interface?
search cancel

Is there a Search function in the Librarian ELIPS interface?

book

Article ID: 203315

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

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?

Environment

Release : 4.4

Component : Librarian

Resolution

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          
/*     
 
 
 

Additional Information

See TechDocs link to the SCAN utility