Hi
I am new to LIBRARIAN tool,it is version control tool
can you let me know how we need to search a string in librarian
Librarian tool
-
- Posts: 125
- Joined: Thu Oct 11, 2012 10:24 pm
- Skillset: COBOL, OS JCL and Utilities, IMS DB/DC, CICS, VSAM, DB2, Librarian, Panvelet, Endevor, Clists/Panels, SDSF, JES, and Easytrieve Plus.
- Referer: Google search
Re: Librarian tool
I have not done Librarian in about 5+ years but I have some notes that may help. You may have to change the STEPLIB for your shop and of course the MASTER name.
Code: Select all
//*--- SCAN ENTIRE LIBRARY
//STEP010 EXEC PGM=LIBRSCAN
//STEPLIB DD DSN=SYS.LINKLIB,DISP=SHR
//MASTER DD DSN=TEST.SRC.LIB,DISP=SHR
//PRINTOUT DD SYSOUT=(R,,)
//SYSIN DD *
-OPT DETAIL=N
-SCAN /WS-FIELD/
/*
//
//*--- SCAN FROM MODULES 'AAA' TO "ZZZ' AND
//* COLUMNS 7 TO 72
-OPT DETAIL=N
-OPT MOD-STR=AAA,MOD-END=ZZZ
-OPT COL-STR=7,COL-END=72
-SCAN /WS-FIELD/
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Librarian - how to send a listing of members to a dataset
by MLK2348 » Tue Feb 27, 2024 8:21 pm » in All Other Tools - 4
- 3295
-
by enrico-sorichetti
View the latest post
Thu Feb 29, 2024 7:16 pm
-
-
- 1
- 3532
-
by samb01
View the latest post
Thu Jan 28, 2021 2:54 pm
-
- 1
- 7379
-
by enrico-sorichetti
View the latest post
Tue Sep 21, 2021 6:04 pm
-
- 1
- 2025
-
by prino
View the latest post
Mon Sep 05, 2022 2:12 am