I have two load libraries (PDS's) that have different blocksizes. The  
modules in the load libraries should be "logically" equivalent, but since the  
blocksizes are different, they are not "physically" equivalent. I need to count 
 
the occurrences of a given string (i.e., "change identifier") in each  load 
module and come up with a total for each load library. I know I can browse  
each 
member and do a "FIND ALL...", but I would rather do the count in one  shot for 
each load library. 
 
ISPF 3.14 and 3.15 ("Search For" and "Extended Search For") tell me how  many 
lines in each member contain the string and total number of lines  containing 
the string in the load library. The problem with this is that  in load 
library "A" (which has a block size of 32K), the string may  occur three times 
on a 
single line in module PROGRAM1, but in load library "B"  (which has a 
blocksize of 6144), the same logical data in PROGRAM1 takes  up multiple 
physical 
records, so the string shows up on several  lines instead of one, so the count 
of 
lines with the string don't match.
 
I don't see any standard IBM z/OS utilities that will do  this.
 
Thanks,
Ira Broussard



************************************** See what's free at http://www.aol.com.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to