On Wed, 6 Jul 2022 14:36:37 -0500, BM wrote:
>
>I would like to explore the rexx, Appreciate it if you have it handy and 
>share, yes Kolusu suggested one helped.
> 
Sounds like a self-training exercise.  I've used ISRSUPC only to compare single 
members/files,
not entire libraries.

You might use LMMLIST to enumerate members.  I'm aware of the service;
I've never used it.  Long ago, I have read a PDS directory as DSORG=PS,
RECFM=FB,BLKSIZE=256 and parsed the blocks according to the
record definitions in Using Data Sets.

Store the member lists in compound symbols.  (ISPF is stuck in the 1970s
and shuns compound symbols.)  Compare common members.  Don't
try to write your own compare routine.  Off-the-shelf tools are surely better.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to