Librarian tool



AllFusion CA-Panvalet for z/OS and OS/390: Centralized library management, Program management and security system

Librarian tool

Postby surime72 » Fri Feb 22, 2013 7:38 pm

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
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Librarian tool

Postby c62ap90 » Fri Feb 22, 2013 7:51 pm

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.
//*--- 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/ 
c62ap90
 
Posts: 125
Joined: Thu Oct 11, 2012 10:24 pm
Has thanked: 1 time
Been thanked: 7 times


Return to Panvalet

 


  • Related topics
    Replies
    Views
    Last post