Need to produce a Librarian Index Report for z/VSE.
search cancel

Need to produce a Librarian Index Report for z/VSE.

book

Article ID: 53070

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

How can I produce a Librarian Index Report running under z/VSE?

 

Environment

Release:
Component: C21E

Resolution

Using the sample JCL below will allow you to produce an Index Report for z/VSE.

================================================================  
 // JOBCARD                                                   
 // OPTION DUMP,JCANCEL                                            
 // ASSGN SYS004,DISK,VOL=LIBR02,SHR                               
 // DLBL MASTER,'LIBR.LAM.BDAM.ONE.MASTER',,DA                     
 // EXTENT SYS004,LIBR02                                           
 // EXEC LIBRPROG                                                  
 -OPT INDEX(M)                                                     
 -END                                                              
 /*                                                                
 /&                                                                
=============================================================