How can I produce a Librarian Index Report running under z/VSE?
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 /* /& =============================================================