TIP: LIST ALL MEMBERS OF A LIBRARIAN DATA SET (4/1/98)
The sample JCL below will list all the members of a librarian data set.
Changes required are:
Job card requires the name of the job, the batch account number, the room number, a description of the job
The librarian module master on the //LSTMEMBR JCL line
| // JOB ( , ),' ',CLASS=A,MSGCLASS=Q
//********************************************************* //* //********************************************************* //LSTMEMBR EXEC LIBRN,DSKMSTR='DSKMSTR.______',PRINT=Q //SYSIN DD * -OPT GPO -INDEX ADDA=010101 -END /* // |
This information has also been added to the How to use Librarian and three REXX execs to access librarian page.